Skip to content

Commit 3f123d2

Browse files
chore(deps): bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2ddda49 commit 3f123d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ jobs:
260260
261261
- name: Upload Logs
262262
if: ${{ failure() && steps.collect_logs.conclusion == 'success' }}
263-
uses: actions/upload-artifact@v3
263+
uses: actions/upload-artifact@v4
264264
with:
265265
name: Logs ${{ matrix.os }} ${{ matrix.module }} ${{ matrix.bzlmod }}
266266
path: logs

0 commit comments

Comments
 (0)