diff --git a/.github/workflows/evals-nightly.yml b/.github/workflows/evals-nightly.yml index b061317a2..3487b6c46 100644 --- a/.github/workflows/evals-nightly.yml +++ b/.github/workflows/evals-nightly.yml @@ -53,7 +53,7 @@ jobs: - name: 'Upload Results' if: 'always()' - uses: 'actions/upload-artifact@v4' # ratchet:exclude + uses: 'actions/upload-artifact@v6' # ratchet:exclude with: name: 'eval-results-${{ matrix.model }}' path: 'eval-results-${{ matrix.model }}.json'