Skip to content

Commit d068142

Browse files
authored
Merge pull request #2353 from tweag/renovate/major-github-artifact-actions
chore(deps): update actions/upload-artifact action to v5
2 parents f343b48 + b9bb1e9 commit d068142

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
@@ -244,7 +244,7 @@ jobs:
244244
245245
- name: Upload Logs
246246
if: ${{ failure() && steps.collect_logs.conclusion == 'success' }}
247-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
247+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
248248
with:
249249
name: Logs ${{ matrix.os }} ${{ matrix.module }} ${{ matrix.bzlmod }}
250250
path: logs

0 commit comments

Comments
 (0)