diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 1acee5f..5a1369c 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -246,7 +246,7 @@ jobs: run: | python -m pip install --upgrade pip pip install --upgrade twine - - uses: actions/download-artifact@v4.3.0 + - uses: actions/download-artifact@v5.0.0 with: pattern: built-* merge-multiple: true @@ -313,7 +313,7 @@ jobs: permissions: id-token: write # IMPORTANT: this permission is mandatory for trusted publishing steps: - - uses: actions/download-artifact@v4.3.0 + - uses: actions/download-artifact@v5.0.0 with: pattern: built-* merge-multiple: true