From 514faf6256c7e127072a8f2979defed43d6d3cae Mon Sep 17 00:00:00 2001 From: Robby klein Gunnewiek Date: Sun, 15 Dec 2024 21:32:06 +0100 Subject: [PATCH] Switch to download-artifact v4 --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 239ff8c..35da205 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -285,7 +285,7 @@ jobs: # env: # GITHUB_TOKEN: ${{ github.token }} - name: Download - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: ${{ env.file_name }} path: ${{ env.file_dir }} @@ -321,7 +321,7 @@ jobs: uses: actions/checkout@v2 - name: Download linux musl - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: unftp_x86_64-unknown-linux-musl path: ./x86_64-unknown-linux-musl