We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2137e3 commit f91082fCopy full SHA for f91082f
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
if: ${{ matrix.os == 'macos-latest' }}
31
run: MINIDUMP_BUILD_ARCH=arm64 node build.js
32
- name: Upload build artifacts
33
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
+ uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
34
with:
35
name: bin-${{ matrix.os }}
36
path: bin/
0 commit comments