diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d3b1aa35..a13e8e60 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -75,7 +75,7 @@ jobs: echo "VERSION=$VERSION" >> "$GITHUB_OUTPUT" poetry build - name: Store the distribution packages - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: distfiles path: dist/ @@ -95,7 +95,7 @@ jobs: ref: ${{ env.BRANCH }} fetch-depth: 0 - name: Download all the dists - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: distfiles path: dist/ @@ -126,7 +126,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download all the dists - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: distfiles path: dist/