diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3cbf7c9..8f6eb6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: run: python -m pip install --upgrade coverage[toml] - name: Download data - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 with: pattern: coverage-data-* merge-multiple: true diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index d669894..652d5d4 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -47,7 +47,7 @@ jobs: id-token: write # this permission is mandatory for trusted publishing steps: - name: Download built distribution - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 with: name: distribution-files path: dist