Skip to content

Commit 4249584

Browse files
chore(deps): bump actions/upload-artifact from 4 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f34369a commit 4249584

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/evals-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
6969
- name: 'Upload Results'
7070
if: 'always()'
71-
uses: 'actions/upload-artifact@v4' # ratchet:exclude
71+
uses: 'actions/upload-artifact@v7' # ratchet:exclude
7272
with:
7373
name: 'eval-results-${{ matrix.model }}-${{ strategy.job-index }}'
7474
path: 'eval-results-${{ matrix.model }}-*.json'

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ runs:
418418
- name: 'Upload Gemini CLI outputs'
419419
if: |-
420420
${{ inputs.upload_artifacts == 'true' }}
421-
uses: 'actions/upload-artifact@v6' # ratchet:exclude
421+
uses: 'actions/upload-artifact@v7' # ratchet:exclude
422422
with:
423423
name: 'gemini-output'
424424
path: 'gemini-artifacts/'

0 commit comments

Comments
 (0)