diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3f7abc53..20c4b325 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -99,7 +99,7 @@ jobs: fetch-depth: 0 - name: Download fork artifacts - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 - name: Unpack fork artifacts run: for f in fork-*/artifacts.tar.gz; do tar xf $f && rm $f; done diff --git a/.github/workflows/integrity-check.yml b/.github/workflows/integrity-check.yml index 387e0755..a79d00ae 100644 --- a/.github/workflows/integrity-check.yml +++ b/.github/workflows/integrity-check.yml @@ -65,7 +65,7 @@ jobs: fork_sid: ${{ fromJSON(needs.setup.outputs.sid) }} steps: - name: Download index file artifact - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: index-file path: . @@ -120,7 +120,7 @@ jobs: delete-merged: true - name: Download all status reports - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: report-group path: .