Skip to content

Commit f7b7c25

Browse files
committed
Update upload-artifact and download-artifact to v4
1 parent 7752518 commit f7b7c25

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/CI.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
echo "BUILD_TAG=$BUILD_TAG" >> $GITHUB_ENV
2121
echo -n $BUILD_TAG > tag
2222
- name: Upload artifacts
23-
uses: actions/upload-artifact@v3
23+
uses: actions/upload-artifact@v4
2424
with:
2525
name: tag
2626
path: tag
@@ -55,7 +55,7 @@ jobs:
5555
run: |
5656
mkdir artifacts
5757
mv -vb build\${{ matrix.configuration }}\extract-xiso.exe, LICENSE.TXT artifacts
58-
- uses: actions/upload-artifact@v3
58+
- uses: actions/upload-artifact@v4
5959
with:
6060
name: extract-xiso-${{ matrix.artifact_os }}-${{ matrix.configuration }}
6161
path: artifacts
@@ -76,7 +76,7 @@ jobs:
7676
run: |
7777
mkdir artifacts
7878
mv -v build/extract-xiso LICENSE.TXT artifacts
79-
- uses: actions/upload-artifact@v3
79+
- uses: actions/upload-artifact@v4
8080
with:
8181
name: extract-xiso-linux
8282
path: artifacts
@@ -97,7 +97,7 @@ jobs:
9797
run: |
9898
mkdir artifacts
9999
mv -v build/extract-xiso LICENSE.TXT artifacts
100-
- uses: actions/upload-artifact@v3
100+
- uses: actions/upload-artifact@v4
101101
with:
102102
name: extract-xiso-macos
103103
path: artifacts
@@ -129,7 +129,7 @@ jobs:
129129
run: |
130130
mkdir artifacts
131131
mv -v build/extract-xiso LICENSE.TXT artifacts
132-
- uses: actions/upload-artifact@v3
132+
- uses: actions/upload-artifact@v4
133133
with:
134134
name: extract-xiso-freebsd
135135
path: artifacts
@@ -161,7 +161,7 @@ jobs:
161161
run: |
162162
mkdir artifacts
163163
mv -v build/extract-xiso LICENSE.TXT artifacts
164-
- uses: actions/upload-artifact@v3
164+
- uses: actions/upload-artifact@v4
165165
with:
166166
name: extract-xiso-openbsd
167167
path: artifacts
@@ -193,7 +193,7 @@ jobs:
193193
run: |
194194
mkdir artifacts
195195
mv -v build/extract-xiso LICENSE.TXT artifacts
196-
- uses: actions/upload-artifact@v3
196+
- uses: actions/upload-artifact@v4
197197
with:
198198
name: extract-xiso-netbsd
199199
path: artifacts
@@ -204,7 +204,7 @@ jobs:
204204
needs: [build-windows, build-linux, build-macos, build-freebsd, build-openbsd, build-netbsd]
205205
steps:
206206
- name: Download artifacts
207-
uses: actions/download-artifact@v3
207+
uses: actions/download-artifact@v4
208208
with:
209209
path: dist
210210
- name: Create archives

0 commit comments

Comments
 (0)