Skip to content

Commit

Permalink
Change actions/upload-artifact@v4 to actions/upload-artifact@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
ammont82 authored and jgyselov committed Feb 25, 2025
1 parent cc31cbe commit 8f7599f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,13 @@ jobs:
working-directory: libs/ui-lib-tests
wait-on: 'http://127.0.0.1:4173'
- name: Store test execution screenshots on failure
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: cypress-screenshots
path: libs/ui-lib-tests/cypress/screenshots
- name: Store test execution video
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: cypress-videos
Expand Down

0 comments on commit 8f7599f

Please sign in to comment.