From 727b9851a6f9d8dafad925a9573dfa9a7b587297 Mon Sep 17 00:00:00 2001 From: Joe Ranweiler Date: Tue, 3 Sep 2024 16:24:29 -0700 Subject: [PATCH] Update both artifact upload and download actions (#109) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a8652b..10112e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: toolchain: ${{ matrix.rust }} override: true - name: download deps - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4 with: name: nop.exe - name: set up deps @@ -64,7 +64,7 @@ jobs: - name: build test-programs run: cd test-programs && ./build-all.sh - name: upload test-programs - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: nop.exe path: ./test-programs/nop/nop.exe