aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlasdair <alasdair.armstrong@cl.cam.ac.uk>2023-12-15 16:30:40 +0000
committerBill McSpadden <bill@riscv.org>2024-02-27 08:49:48 -0600
commitbaafe6f01eb11428ebe62874c91d29df3f5ef465 (patch)
tree5e566aa5b2ee4d95e8aeab55e3217e430a1cc5c4
parent9602e3a525af1404fe51676214b457bd1a0b70d0 (diff)
downloadsail-riscv-baafe6f01eb11428ebe62874c91d29df3f5ef465.zip
sail-riscv-baafe6f01eb11428ebe62874c91d29df3f5ef465.tar.gz
sail-riscv-baafe6f01eb11428ebe62874c91d29df3f5ef465.tar.bz2
CI: Update upload-artifact action to v4
-rw-r--r--.github/workflows/compile.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml
index ea36378..865c748 100644
--- a/.github/workflows/compile.yml
+++ b/.github/workflows/compile.yml
@@ -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 }}