From 3845ad94ec530f004c6fcd7daf6a4e6691d3df5d Mon Sep 17 00:00:00 2001 From: Jakub Kuczys Date: Wed, 4 Sep 2024 18:42:00 +0200 Subject: [PATCH] Update publish_release.yaml --- .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 a7b872c..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@v4.1.7 + uses: actions/download-artifact@v4 with: name: build-output path: dist/