diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 926a597..57f6417 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,7 +88,7 @@ jobs: steps: - name: Download build artifacts - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: python-package path: dist/ diff --git a/.github/workflows/rust-crypto.yml b/.github/workflows/rust-crypto.yml index feedbba..9f11142 100644 --- a/.github/workflows/rust-crypto.yml +++ b/.github/workflows/rust-crypto.yml @@ -203,7 +203,7 @@ jobs: needs: [linux, macos, windows, manylinux] steps: - name: Download all artifacts - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: path: dist merge-multiple: true