Skip to content

Commit

Permalink
update download-artifact version to v4 (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahharsh176 authored Feb 15, 2025
1 parent 80d77ba commit 523e8a5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e-cypress-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,23 +132,23 @@ 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
if-no-files-found: ignore

# 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
if-no-files-found: ignore

# 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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-zango.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -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/
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 523e8a5

Please sign in to comment.