diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index ac0eea5f045a..37767cf80b02 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -176,7 +176,7 @@ jobs: master- - name: Download Maven distribution - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: maven-distributions path: maven-dist @@ -277,7 +277,7 @@ jobs: master- - name: Download Maven distribution - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: maven-distributions path: maven-dist @@ -348,7 +348,7 @@ jobs: - integration-tests steps: - name: Download Caches - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: merge-multiple: true pattern: 'cache-${{ runner.os }}*'