diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index c3dee2a..ad3c5d3 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -257,13 +257,13 @@ jobs: persist-credentials: false - name: Download security-audit artifacts - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: pattern: security-audit-* path: artifacts - name: Download outcome artifacts - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: pattern: test-outcome-* path: artifacts