Skip to content

Commit

Permalink
Merge pull request #5143 from 3liz/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…upload-artifact-4.5.0

Bump actions/upload-artifact from 4.4.3 to 4.5.0
  • Loading branch information
Gustry authored Jan 6, 2025
2 parents dc81476 + 67e0c29 commit cb2ab3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
- name: Upload test results
if: failure()
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
name: playwright-report
path: tests/end2end/playwright-report
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
Visit ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
- name: Save screenshots as artifacts if a test fails to ease debug
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
if: failure()
with:
name: cypress-screenshots
Expand Down

0 comments on commit cb2ab3d

Please sign in to comment.