From 033d15d5e0c6943cde7d274bbd811a8886d8f9f2 Mon Sep 17 00:00:00 2001 From: SuperMaxusa <41739128+SuperMaxusa@users.noreply.github.com> Date: Sun, 29 Dec 2024 18:30:30 +0200 Subject: [PATCH] ci: update actions from v3 to v4 --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20d02d3656..dd4ac97158 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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/ @@ -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/ @@ -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/ @@ -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: | @@ -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