Skip to content

Commit

Permalink
ci: update actions from v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperMaxusa authored and copy committed Jan 2, 2025
1 parent 1f3a3ce commit 7e30b3a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: make rustfmt

- name: Fetch kvm-unit-test cache
uses: actions/cache@v3
uses: actions/cache@v4
id: cache-kvm-unit-test
with:
path: tests/kvm-unit-tests/
Expand All @@ -67,7 +67,7 @@ jobs:
run: tests/kvm-unit-tests/run.js tests/kvm-unit-tests/x86/realmode.flat

- name: Fetch namsmtests cache
uses: actions/cache@v3
uses: actions/cache@v4
id: cache-nasmtests
with:
path: tests/nasm/build/
Expand All @@ -83,7 +83,7 @@ jobs:
run: make rust-test

- name: Fetch image cache
uses: actions/cache@v3
uses: actions/cache@v4
id: cache-images
with:
path: images/
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
run: make expect-tests

- name: Upload the artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: v86
path: |
Expand All @@ -138,7 +138,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Get artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: v86
path: build
Expand Down

0 comments on commit 7e30b3a

Please sign in to comment.