Skip to content

Commit

Permalink
Update actions/upload-artifact to v4 in tests.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-senechal authored and peterjah committed Sep 19, 2024
1 parent 935d566 commit d850e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
VITE_CI_TEST: true
- name: Upload Artifacts
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: test-results-${{ matrix.node-version }}
path: |
Expand Down

0 comments on commit d850e3c

Please sign in to comment.