Skip to content

Commit b7f4bcb

Browse files
chore(deps): update actions/upload-artifact action to v4.3.5
1 parent 535127d commit b7f4bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ jobs:
242242
./build.sh "${BUILD}"
243243
244244
- name: Upload logs to GitHub artifact store in case of VirtualBox failure
245-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
245+
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
246246
if: ${{ always() && contains(matrix.stage, 'virtualbox') }}
247247
with:
248248
name: ${{ matrix.stage }}

0 commit comments

Comments
 (0)