diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 79b085c..e9fb1ff 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: - name: Build a binary wheel and a source tarball run: python3 -m build - name: Store the distribution packages - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: python-package-distributions path: dist/ diff --git a/.github/workflows/test_release.yml b/.github/workflows/test_release.yml index bfbf78e..913e91d 100644 --- a/.github/workflows/test_release.yml +++ b/.github/workflows/test_release.yml @@ -73,7 +73,7 @@ jobs: DEV_VERSION: ${{needs.create-dev-version.outputs.dev_version}} run: ${{ env.DEV_VERSION_ENV_KEY }}="${{ env.DEV_VERSION }}" python3 -m build - name: Store the distribution packages - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: python-package-distributions path: dist/