Skip to content
This repository was archived by the owner on Nov 22, 2025. It is now read-only.

Commit 7e1ed9d

Browse files
chore(deps): update actions/upload-artifact action to v4.6.2
1 parent 1d90f61 commit 7e1ed9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
245+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
246246
if: ${{ always() && contains(matrix.stage, 'virtualbox') }}
247247
with:
248248
name: ${{ matrix.stage }}

0 commit comments

Comments
 (0)