Skip to content

Commit 36c81ac

Browse files
chore(deps): update actions/upload-artifact action to v5 (#6039)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 234efd5 commit 36c81ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
dry-run: false
139139
language: go
140140
- name: Upload Crash
141-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
141+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
142142
if: failure() && steps.build.outcome == 'success'
143143
with:
144144
name: artifacts

0 commit comments

Comments
 (0)