Skip to content

Commit

Permalink
bump action dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfkaya committed Oct 29, 2024
1 parent f678ac0 commit d4cf24a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ jobs:

- name: Upload Screenshots
if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: screenshots
path: tests/Browser/screenshots

- name: Upload Console Logs
if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: console
path: tests/Browser/console

0 comments on commit d4cf24a

Please sign in to comment.