Skip to content

Commit

Permalink
Bump GHA actions
Browse files Browse the repository at this point in the history
I got an email stating upload-artifact@v3 will go offline soon
  • Loading branch information
martijnbastiaan committed Dec 11, 2024
1 parent 5921511 commit 9c1b1d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v2
uses: fsfe/reuse-action@v4


rust-checks:
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
cd clash-vexriscv-sim; sh bundle_test_binaries.sh
- name: Upload Integration Test Binaries
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: vexriscv-test-binaries
path: clash-vexriscv-sim/vexriscv-test-binaries.tar
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
cabal update
cabal freeze
- name: Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.local/state/cabal/store/
Expand Down

0 comments on commit 9c1b1d4

Please sign in to comment.