File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118
118
119
119
- name : Upload artifacts
120
120
if : ${{ !success() }}
121
- uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
121
+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
122
122
with :
123
123
name : cilium-sysdumps-${{ github.run_id }}-${{ github.run_number }}
124
124
path : ./test/conformance/cilium-sysdump-*.zip
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ jobs:
190
190
191
191
- name : Upload artifacts
192
192
if : ${{ !success() }}
193
- uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
193
+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
194
194
with :
195
195
name : cilium-sysdumps-${{ github.run_id }}-${{ github.run_number }}
196
196
path : ./test/conformance/cilium-sysdump-*.zip
You can’t perform that action at this time.
0 commit comments