Skip to content

Commit

Permalink
⬆️ upgrade upload-artifact action because it's deprecated and GH is n…
Browse files Browse the repository at this point in the history
…ow failing builds using v2
  • Loading branch information
fluffynuts committed Sep 18, 2024
1 parent 697d345 commit f12e32c
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 @@ -37,7 +37,7 @@ jobs:
npm run test-ci-windows
- name: Upload build reports
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: build-reports
path: buildreports/
Expand Down

0 comments on commit f12e32c

Please sign in to comment.