Skip to content

Commit

Permalink
Update upload-artifact to v4. Resolve #581
Browse files Browse the repository at this point in the history
  • Loading branch information
tnajdek committed Dec 14, 2024
1 parent 26d5499 commit 053f85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
NODE_OPTIONS: --openssl-legacy-provider #https://github.com/zotero/web-library/issues/487
BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}
BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
Expand Down

0 comments on commit 053f85c

Please sign in to comment.