diff --git a/.github/workflows/evals-nightly.yml b/.github/workflows/evals-nightly.yml index f277e624a..b632a500f 100644 --- a/.github/workflows/evals-nightly.yml +++ b/.github/workflows/evals-nightly.yml @@ -68,7 +68,7 @@ jobs: - name: 'Upload Results' if: 'always()' - uses: 'actions/upload-artifact@v4' # ratchet:exclude + uses: 'actions/upload-artifact@v7' # ratchet:exclude with: name: 'eval-results-${{ matrix.model }}-${{ strategy.job-index }}' path: 'eval-results-${{ matrix.model }}-*.json' diff --git a/action.yml b/action.yml index 54acd0f94..c7c5900e4 100644 --- a/action.yml +++ b/action.yml @@ -418,7 +418,7 @@ runs: - name: 'Upload Gemini CLI outputs' if: |- ${{ inputs.upload_artifacts == 'true' }} - uses: 'actions/upload-artifact@v6' # ratchet:exclude + uses: 'actions/upload-artifact@v7' # ratchet:exclude with: name: 'gemini-output' path: 'gemini-artifacts/'