From 36a0e79f28921e000e47f8923097277065d8fe56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 18:42:53 +0200 Subject: [PATCH] Bump download and upload artifact actions from version 3 to 4 (#137) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jakub Kuczys --- .github/workflows/publish_release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_release.yaml b/.github/workflows/publish_release.yaml index 8ebc1d8..cc1525b 100644 --- a/.github/workflows/publish_release.yaml +++ b/.github/workflows/publish_release.yaml @@ -28,7 +28,7 @@ jobs: run: python -m twine check dist/* - name: Upload packaged distributions - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: build-output path: ./dist @@ -42,7 +42,7 @@ jobs: id-token: write steps: - name: Download packaged distributions - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: build-output path: dist/