Skip to content

Commit

Permalink
Merge pull request #1127 from kiosion/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/upload-artifact-4

chore(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
kiosion authored Jul 27, 2024
2 parents 5bb94ca + d9f7a97 commit e8331f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Run tests
run: make playwright
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-results
Expand Down

0 comments on commit e8331f7

Please sign in to comment.