diff --git a/actions/restore_artifacts/action.yml b/actions/restore_artifacts/action.yml index 4e0061a..321331e 100644 --- a/actions/restore_artifacts/action.yml +++ b/actions/restore_artifacts/action.yml @@ -6,7 +6,7 @@ runs: using: composite steps: - name: Download all workflow run artifacts - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: pattern: artifact-* merge-multiple: true