Skip to content

Commit

Permalink
test: upgrade upload artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanchen committed Sep 12, 2024
1 parent 1520211 commit db6fcb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" npx playwright test
working-directory: ./src/test/e2e
- if: ${{ always() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: test-results
path: |
Expand Down

0 comments on commit db6fcb0

Please sign in to comment.