diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 9cad430..0c6778a 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -183,7 +183,7 @@ jobs: run: | python -m pip install --upgrade pip pip install --upgrade twine - - uses: actions/download-artifact@v4.1.8 + - uses: actions/download-artifact@v4.1.9 with: pattern: built-* merge-multiple: true @@ -202,7 +202,7 @@ jobs: permissions: id-token: write # IMPORTANT: this permission is mandatory for trusted publishing steps: - - uses: actions/download-artifact@v4.1.8 + - uses: actions/download-artifact@v4.1.9 with: pattern: built-* merge-multiple: true