diff --git a/.github/workflows/build-ffi-libs.yml b/.github/workflows/build-ffi-libs.yml index 79b216a1..cbfd23ae 100644 --- a/.github/workflows/build-ffi-libs.yml +++ b/.github/workflows/build-ffi-libs.yml @@ -260,7 +260,7 @@ jobs: ssh-key: ${{ secrets.FFI_DEPLOY_KEY }} - name: Download dev library artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: pattern: 'ffi-lib-*' path: artifacts @@ -321,7 +321,7 @@ jobs: uses: actions/checkout@v6 - name: Download all release artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: pattern: 'ffi-lib-*' path: artifacts diff --git a/.github/workflows/gcp-artifact-registry.yml b/.github/workflows/gcp-artifact-registry.yml index fe471ec3..997f8cfc 100644 --- a/.github/workflows/gcp-artifact-registry.yml +++ b/.github/workflows/gcp-artifact-registry.yml @@ -184,7 +184,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download all hash artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: path: all-hashes pattern: hash-*