diff --git a/.github/workflows/build-top-models.yml b/.github/workflows/build-top-models.yml index 4cdcd6a4..4fe42681 100644 --- a/.github/workflows/build-top-models.yml +++ b/.github/workflows/build-top-models.yml @@ -147,7 +147,7 @@ jobs: MODEL_DIR: model-files steps: - name: Download modctl artifact - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: modctl-artifact path: modctl diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 236bc661..8f1dffc2 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -122,12 +122,12 @@ jobs: needs: [build-modctl, download-model] steps: - name: Download modctl artifact - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: modctl-artifact path: modctl - name: Download model artifact - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: model-artifact path: ${{ env.MODEL_DIR }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6333e717..e6c05da6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -135,7 +135,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download all artifacts - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: path: artifacts