From f70184dca87f6cbc28cc19854632b5f7c3ddc29e Mon Sep 17 00:00:00 2001 From: Christopher Arndt Date: Wed, 4 Sep 2024 01:11:40 +0200 Subject: [PATCH] fix: Bump actions/download-artifact from 3 to 4 Signed-off-by: Christopher Arndt --- .github/workflows/push_to_master.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push_to_master.yml b/.github/workflows/push_to_master.yml index 16e2765..8a5da98 100644 --- a/.github/workflows/push_to_master.yml +++ b/.github/workflows/push_to_master.yml @@ -107,7 +107,7 @@ jobs: if: github.ref == 'refs/heads/develop' 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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dbad247..076da2b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -108,7 +108,7 @@ jobs: runs-on: ubuntu-latest environment: PyPI release 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