Skip to content

Commit aa43dd7

Browse files
committed
actions: update upload-artifact to v4
v3 is scheduled for removal at the end of this month.
1 parent d150b8a commit aa43dd7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ jobs:
102102
run: yarn node-pre-gyp package --target_arch=${{ env.TARGET }}
103103

104104
- name: Upload binaries to commit artifacts
105-
uses: actions/upload-artifact@v3
105+
uses: actions/upload-artifact@v4
106106
if: matrix.node == 16
107107
with:
108-
name: prebuilt-binaries
108+
name: "prebuilt-binaries-${{ matrix.os }}-${{ matrix.target }}"
109109
path: build/stage/*/*
110110
retention-days: 7
111111

@@ -157,10 +157,10 @@ jobs:
157157
docker cp $CONTAINER_ID:/usr/src/build/build/ ./build
158158
159159
- name: Upload binaries to commit artifacts
160-
uses: actions/upload-artifact@v3
160+
uses: actions/upload-artifact@v4
161161
if: matrix.node == 16
162162
with:
163-
name: prebuilt-binaries
163+
name: "prebuilt-binaries-${{ matrix.os }}-${{ matrix.target }}"
164164
path: build/stage/*/*
165165
retention-days: 7
166166

0 commit comments

Comments
 (0)