diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 6cd8f47..34d3d53 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -180,7 +180,7 @@ jobs: run: | python -m pip install --upgrade pip pip install --upgrade twine - - uses: actions/download-artifact@v6.0.0 + - uses: actions/download-artifact@v7.0.0 with: pattern: built-* merge-multiple: true @@ -199,7 +199,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@v7.0.0 with: pattern: built-* merge-multiple: true