diff --git a/.github/workflows/collect-evals.yml b/.github/workflows/collect-evals.yml index 93cfcec03..3a61995d4 100644 --- a/.github/workflows/collect-evals.yml +++ b/.github/workflows/collect-evals.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 0 - name: Download eval artifacts - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: path: eval_results/ pattern: ${{ inputs.result-prefix && format('eval_{0}_*', inputs.result-prefix) || 'eval_*' }} diff --git a/.github/workflows/collect-results.yml b/.github/workflows/collect-results.yml index bf67913cb..1f43252df 100644 --- a/.github/workflows/collect-results.yml +++ b/.github/workflows/collect-results.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 - name: Download JSON artifacts - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: path: results/ pattern: ${{ inputs.result-prefix && format('{0}_*', inputs.result-prefix) || '*' }} diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 0f26c7c41..505bb515d 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -157,7 +157,7 @@ jobs: fetch-depth: 0 - name: Download results artifacts - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: path: ${{ env.RESULTS_DIR }} pattern: results_* diff --git a/.github/workflows/run-sweep.yml b/.github/workflows/run-sweep.yml index d4afd76a8..d87d90309 100644 --- a/.github/workflows/run-sweep.yml +++ b/.github/workflows/run-sweep.yml @@ -249,7 +249,7 @@ jobs: fetch-depth: 0 - name: Download results artifacts - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: path: ${{ env.RESULTS_DIR }} pattern: results_*