Skip to content

Commit

Permalink
Update to actions/upload-artifact@v3
Browse files Browse the repository at this point in the history
Update to actions/upload-artifact@v3
  • Loading branch information
Zhoneym authored and msrb committed Oct 7, 2024
1 parent 2095e01 commit 6153441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: make check

- name: Upload test log
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: testsuite.log
path: tests/testsuite.log
Expand Down

0 comments on commit 6153441

Please # to comment.