Skip to content

Commit 1235928

Browse files
authored
Merge pull request #2084 from tweag/dependabot/github_actions/actions/upload-artifact-4
chore(deps): bump actions/upload-artifact from 3 to 4
2 parents 2ddda49 + 3f123d2 commit 1235928

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)