diff --git a/.github/workflows/build-top-models.yml b/.github/workflows/build-top-models.yml index c2a9f019..d9baa6d3 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@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: modctl-artifact path: modctl diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 82244801..2ad78f61 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@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: modctl-artifact path: modctl - name: Download model artifact - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: model-artifact path: ${{ env.MODEL_DIR }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 172b544c..02e2b563 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@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: path: artifacts