From 92dad24a4b10e874b05e9e84e89d510806e674b6 Mon Sep 17 00:00:00 2001 From: Riccardo Mori Date: Fri, 5 Jan 2024 14:08:17 +0100 Subject: [PATCH] Update download-artifact action to v4 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f0e0996..cafc04f 100755 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: needs: build_wheel_and_sdist runs-on: ubuntu-latest steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: # unpacks default artifact into dist/ # if `name: artifact` is omitted, the action will create extra parent dir