diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-08-05 22:10:49 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-05 22:10:49 +0000 |
| commit | c60139a32c769f8c4574c27f263bfd65199aa936 (patch) | |
| tree | 4a7dc32859b6927846b07863f5c003fb2a5d0f07 /.github/workflows/ci-compat.yml | |
| parent | 6d4efe6523d925398d64a889321f8cdc21eea915 (diff) | |
Update actions/download-artifact action to v5
Diffstat (limited to '.github/workflows/ci-compat.yml')
| -rw-r--r-- | .github/workflows/ci-compat.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci-compat.yml b/.github/workflows/ci-compat.yml index 7dfcd9477..c01fc51e8 100644 --- a/.github/workflows/ci-compat.yml +++ b/.github/workflows/ci-compat.yml @@ -85,13 +85,13 @@ jobs: steps: - name: Download abi-head - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 with: name: abi-head path: abi-head - name: Download abi-base - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 with: name: abi-base path: abi-base |
