Skip to content

Commit 06f25db

Browse files
chore(deps): update actions/upload-artifact action to v5
1 parent fc1f6c5 commit 06f25db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
npm run build.js
2323
2424
- name: Upload artifacts
25-
uses: actions/upload-artifact@v2
25+
uses: actions/upload-artifact@v5
2626
with:
2727
path: |
2828
./*.js
@@ -118,7 +118,7 @@ jobs:
118118
run: docker run --volume ${{ github.workspace }}:/projectdir --workdir /projectdir --privileged builder sh -c "apk add --no-cache ${{ matrix.apk }} && ${{ matrix.prebuild_cmd }}"
119119

120120
- name: Upload artifacts
121-
uses: actions/upload-artifact@v2
121+
uses: actions/upload-artifact@v5
122122
with:
123123
path: ./prebuilds
124124

0 commit comments

Comments
 (0)