Skip to content

Commit 790bac2

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] <[email protected]>
1 parent 7f7b804 commit 790bac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/system.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
echo "SAFE_RUN_SET=$SAFE_RUN_SET" >> $GITHUB_ENV
138138
139139
- name: Upload command coverage log
140-
uses: actions/upload-artifact@v4
140+
uses: actions/upload-artifact@v6
141141
with:
142142
name: coverage-${{ env.SAFE_RUN_SET }}-${{ matrix.RECREATE_BUCKETS }}
143143
path: coverage.log

0 commit comments

Comments
 (0)