diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 4abda19b7d..0b18456f93 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@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: maven-distributions path: maven-dist @@ -277,7 +277,7 @@ jobs: master- - name: Download Maven distribution - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: maven-distributions path: maven-dist @@ -348,7 +348,7 @@ jobs: - integration-tests steps: - name: Download Caches - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: merge-multiple: true pattern: 'cache-${{ runner.os }}*'