We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc1f6c5 commit 06f25dbCopy full SHA for 06f25db
.github/workflows/CI.yml
@@ -22,7 +22,7 @@ jobs:
22
npm run build.js
23
24
- name: Upload artifacts
25
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v5
26
with:
27
path: |
28
./*.js
@@ -118,7 +118,7 @@ jobs:
118
run: docker run --volume ${{ github.workspace }}:/projectdir --workdir /projectdir --privileged builder sh -c "apk add --no-cache ${{ matrix.apk }} && ${{ matrix.prebuild_cmd }}"
119
120
121
122
123
path: ./prebuilds
124
0 commit comments