diff --git a/.github/workflows/e2e-cypress-tests.yml b/.github/workflows/e2e-cypress-tests.yml index 43469dbf..d7eaa1ed 100644 --- a/.github/workflows/e2e-cypress-tests.yml +++ b/.github/workflows/e2e-cypress-tests.yml @@ -132,7 +132,7 @@ jobs: # Step 15: Upload Cypress screenshots - name: Upload Cypress screenshots - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: cypress-screenshots path: e2e-tests/cypress/screenshots @@ -140,7 +140,7 @@ jobs: # Step 16: Upload Cypress videos - name: Upload Cypress videos - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: cypress-videos path: e2e-tests/cypress/videos @@ -148,7 +148,7 @@ jobs: # Step 17: Upload Cucumber HTML Report - name: Upload Cucumber HTML Report - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: cucumber-html-report path: e2e-tests/reports/cucumber-html-report.html diff --git a/.github/workflows/release-zango.yml b/.github/workflows/release-zango.yml index f655da31..b374f322 100644 --- a/.github/workflows/release-zango.yml +++ b/.github/workflows/release-zango.yml @@ -119,7 +119,7 @@ jobs: steps: - name: Download all the dists - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: python-package-distributions path: dist/ @@ -147,7 +147,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - name: Download all the dists - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: python-package-distributions path: dist/ diff --git a/CHANGELOG.md b/CHANGELOG.md index 44be3cc3..b83fa8ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * release workflow improved [(#443)](https://github.com/Healthlane-Technologies/Zango/pull/443) * Post internal request change [(#444)](https://github.com/Healthlane-Technologies/Zango/pull/444) * update actions/upload-artifact version to v4 [(#446)](https://github.com/Healthlane-Technologies/Zango/pull/446) +* update actions/download-artifact version to v4 [(#448)](https://github.com/Healthlane-Technologies/Zango/pull/448) ## [0.4.1] - 2025-01-10