diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67bfb9d..a31b7e4 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@cc203385981b70ca67e1cc392babf9cc229d5806 + uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e with: pattern: coverage-data-* merge-multiple: true diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index a5fbd6c..b0d9315 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@cc203385981b70ca67e1cc392babf9cc229d5806 + uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e with: name: distribution-files path: dist