Skip to content

Commit

Permalink
test.yml: upgrade to upload-artifact@v4 action
Browse files Browse the repository at this point in the history
  • Loading branch information
glacambre committed Sep 25, 2024
1 parent 870c4ab commit 64f9389
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 @@ -109,7 +109,7 @@ jobs:
npm run jest -- ${{ matrix.browser }}
Get-Job | Wait-Job
- name: Artifact upload (failure only)
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: failure()
with:
name: ${{ matrix.os }}-${{ matrix.browser }}-${{ matrix.neovim }}
Expand Down

0 comments on commit 64f9389

Please sign in to comment.