diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afe229a..efeceab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,7 +95,7 @@ jobs: run: "python -m pip install --upgrade coverage[toml]" - name: "Download coverage data" - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: coverage-data diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 64fb4e7..04ba89c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: steps: - name: Download dists - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 + uses: actions/download-artifact@v4.1.7 # v3.0.2 with: name: "dist" path: "dist/"