diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9203231..f6eebc3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,7 +66,7 @@ jobs: exit 1 fi echo "Tag and pyproject.toml agree on version $PKG_VERSION" - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: dist path: dist/ @@ -81,7 +81,7 @@ jobs: permissions: id-token: write # required for OIDC trusted publishing steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: name: dist path: dist/ @@ -96,7 +96,7 @@ jobs: contents: write # required for gh release create steps: - uses: actions/checkout@v6 - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: name: dist path: dist/