We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 535127d commit b7f4bcbCopy full SHA for b7f4bcb
.github/workflows/build.yml
@@ -242,7 +242,7 @@ jobs:
242
./build.sh "${BUILD}"
243
244
- name: Upload logs to GitHub artifact store in case of VirtualBox failure
245
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
+ uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
246
if: ${{ always() && contains(matrix.stage, 'virtualbox') }}
247
with:
248
name: ${{ matrix.stage }}
0 commit comments