diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index af25fe7..34b0c38 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -200,7 +200,7 @@ jobs: run: | python -m pip install --upgrade pip pip install --upgrade twine - - uses: actions/download-artifact@v6.0.0 + - uses: actions/download-artifact@v8.0.0 with: pattern: built-* merge-multiple: true @@ -219,7 +219,7 @@ jobs: permissions: id-token: write # IMPORTANT: this permission is mandatory for trusted publishing steps: - - uses: actions/download-artifact@v6.0.0 + - uses: actions/download-artifact@v8.0.0 with: pattern: built-* merge-multiple: true