diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8249c22..8a36981 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -44,7 +44,7 @@ jobs: - name: Create the package tarball run: devenv shell build - name: Store the distribution packages - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: python-package-distributions path: dist/ @@ -62,7 +62,7 @@ jobs: id-token: write # IMPORTANT: mandatory for trusted publishing steps: - name: Download all the dists - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: python-package-distributions path: dist/