Skip to content

Commit

Permalink
Update yaml artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertsak committed Jan 21, 2025
1 parent e308ef0 commit 7582fca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/medicines-web-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ jobs:
ROOT_URL_DOMAIN: localhost

- name: Upload cypress screenshots
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
if: failure()
with:
name: medicines-cypress-screenshots
path: medicines/web/cypress/screenshots

- name: Upload cypress videos
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
if: always()
with:
name: medicines-cypress-videos
Expand All @@ -91,7 +91,7 @@ jobs:
ROOT_URL_DOMAIN: localhost

- name: Upload pa11y screenshots
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
if: failure()
with:
name: medicines-pa11y-screenshots
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/medicines-web-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@ jobs:
ROOT_URL_DOMAIN: localhost

- name: Upload cypress screenshots
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
if: failure()
with:
name: medicines-cypress-screenshots
path: medicines/web/cypress/screenshots

- name: Upload cypress videos
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
if: always()
with:
name: medicines-cypress-videos
Expand All @@ -89,7 +89,7 @@ jobs:
ROOT_URL_DOMAIN: localhost

- name: Upload pa11y screenshots
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
if: failure()
with:
name: medicines-pa11y-screenshots
Expand Down

0 comments on commit 7582fca

Please sign in to comment.