Skip to content

Commit

Permalink
CI: Update upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Alasdair authored and billmcspadden-riscv committed Feb 27, 2024
1 parent 9602e3a commit baafe6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
run: eval $(opam env) && test/run_tests.sh
- name: Upload test results
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: tests.xml
path: test/tests.xml
- name: Upload event payload
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: event.json
path: ${{ github.event_path }}

0 comments on commit baafe6f

Please sign in to comment.