Skip to content

Commit

Permalink
Update upload-artifact action to version 3 in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Rey committed Oct 9, 2024
1 parent 9c17af1 commit be604b7
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 @@ -26,7 +26,7 @@ jobs:
VITE_CI_TEST: true
- name: Upload Artifacts
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: test-results-${{ matrix.node-version }}
path: |
Expand Down

0 comments on commit be604b7

Please sign in to comment.