Skip to content

Commit a7ac3a9

Browse files
authored
Merge pull request #3 from rtk-rs/gh-artifacts-v4
Upgrade gh-upload-artifacts v4
2 parents d1ea5e1 + 10a9e73 commit a7ac3a9

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,14 @@ jobs:
120120
echo "ASSET_SUM=$ARCHIVE.zip.sha256" >> $GITHUB_ENV
121121
122122
- name: Upload artifacts
123-
uses: actions/upload-artifact@v3
123+
uses: actions/upload-artifact@v4
124124
with:
125125
name: ${{ env.ASSET }}
126126
path: |
127127
${{ env.ASSET }}
128128
129129
- name: Upload artifacts (cksum)
130-
uses: actions/upload-artifact@v3
130+
uses: actions/upload-artifact@v4
131131
with:
132132
name: ${{ env.ASSET_SUM }}
133133
path: |
@@ -151,12 +151,12 @@ jobs:
151151
release_name: ${{ github.ref_name }}
152152

153153
- name: Download x86_64-unknown-linux-gnu
154-
uses: actions/download-artifact@v3
154+
uses: actions/download-artifact@v4
155155
with:
156156
name: rnx2crx-${{ github.ref_name }}-x86_64-unknown-linux-gnu.tar.gz
157157

158158
- name: Download x86_64-unknown-linux-gnu (cksum)
159-
uses: actions/download-artifact@v3
159+
uses: actions/download-artifact@v4
160160
with:
161161
name: rnx2crx-${{ github.ref_name }}-x86_64-unknown-linux-gnu.tar.gz.sha256
162162

@@ -181,12 +181,12 @@ jobs:
181181
asset_content_type: application/gzip
182182

183183
- name: Download x86_64-apple-darwin
184-
uses: actions/download-artifact@v3
184+
uses: actions/download-artifact@v4
185185
with:
186186
name: rnx2crx-${{ github.ref_name }}-x86_64-apple-darwin.tar.gz
187187

188188
- name: Download x86_64-apple-darwin (cksum)
189-
uses: actions/download-artifact@v3
189+
uses: actions/download-artifact@v4
190190
with:
191191
name: rnx2crx-${{ github.ref_name }}-x86_64-apple-darwin.tar.gz.sha256
192192

@@ -211,12 +211,12 @@ jobs:
211211
asset_content_type: application/gzip
212212

213213
- name: Download aarch64-apple-darwin
214-
uses: actions/download-artifact@v3
214+
uses: actions/download-artifact@v4
215215
with:
216216
name: rnx2crx-${{ github.ref_name }}-aarch64-apple-darwin.tar.gz
217217

218218
- name: Download aarch64-apple-darwin (cksum)
219-
uses: actions/download-artifact@v3
219+
uses: actions/download-artifact@v4
220220
with:
221221
name: rnx2crx-${{ github.ref_name }}-aarch64-apple-darwin.tar.gz.sha256
222222

@@ -241,12 +241,12 @@ jobs:
241241
asset_content_type: application/gzip
242242

243243
- name: Download x86_64-pc-windows-msvc
244-
uses: actions/download-artifact@v3
244+
uses: actions/download-artifact@v4
245245
with:
246246
name: rnx2crx-${{ github.ref_name }}-x86_64-pc-windows-msvc.zip
247247

248248
- name: Download x86_64-pc-windows-msvc (cksum)
249-
uses: actions/download-artifact@v3
249+
uses: actions/download-artifact@v4
250250
with:
251251
name: rnx2crx-${{ github.ref_name }}-x86_64-pc-windows-msvc.zip.sha256
252252

0 commit comments

Comments
 (0)