diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 79b085c..74f7014 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: id-token: write # IMPORTANT: mandatory for trusted publishing steps: - name: Download all the dists - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: python-package-distributions path: dist/ @@ -72,7 +72,7 @@ jobs: steps: - name: Download all the dists - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: python-package-distributions path: dist/ diff --git a/.github/workflows/test_release.yml b/.github/workflows/test_release.yml index bfbf78e..0232fe9 100644 --- a/.github/workflows/test_release.yml +++ b/.github/workflows/test_release.yml @@ -93,7 +93,7 @@ jobs: steps: - name: Download all the dists - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: python-package-distributions path: dist/