51
51
UST_VARIANT_TAG : ${{matrix.variant_tag}}
52
52
UST_VERSION : ${{ steps.get_version.outputs.version }}
53
53
- name : Make artifacts
54
- uses : actions/upload-artifact@v2
54
+ uses : actions/upload-artifact@v4
55
55
with :
56
56
name : ubuntu-jammy
57
57
path : dist/*.tar.gz
@@ -100,7 +100,7 @@ jobs:
100
100
UST_VARIANT_TAG : ${{matrix.variant_tag}}
101
101
UST_VERSION : ${{ steps.get_version.outputs.version }}
102
102
- name : Make artifacts
103
- uses : actions/upload-artifact@v2
103
+ uses : actions/upload-artifact@v4
104
104
with :
105
105
name : ubuntu-focal
106
106
path : dist/*.tar.gz
@@ -137,7 +137,7 @@ jobs:
137
137
cd dist
138
138
7z a user-sync-${{ steps.get_version.outputs.version }}${{matrix.variant_tag}}-win64.zip user-sync.exe
139
139
- name : Make artifact
140
- uses : actions/upload-artifact@v2
140
+ uses : actions/upload-artifact@v4
141
141
with :
142
142
name : windows
143
143
path : dist/*.zip
@@ -216,7 +216,7 @@ jobs:
216
216
UST_VERSION : ${{ steps.get_version.outputs.version }}
217
217
CONTAINER : ${{ matrix.container }}
218
218
- name : Make artifact
219
- uses : actions/upload-artifact@v2
219
+ uses : actions/upload-artifact@v4
220
220
with :
221
221
name : rocky
222
222
path : dist/*.tar.gz
@@ -230,15 +230,15 @@ jobs:
230
230
run : |
231
231
cd examples
232
232
zip -r user-sync-examples.zip .
233
- - uses : actions/upload-artifact@v2
233
+ - uses : actions/upload-artifact@v4
234
234
with :
235
235
name : examples
236
236
path : examples/*.zip
237
237
retention-days : 30
238
238
- name : user-sync.tar.gz
239
239
run : |
240
240
tar -czvf "user-sync-examples.tar.gz" examples
241
- - uses : actions/upload-artifact@v2
241
+ - uses : actions/upload-artifact@v4
242
242
with :
243
243
name : examples
244
244
path : user-sync-examples.tar.gz
@@ -265,7 +265,7 @@ jobs:
265
265
needs : release
266
266
runs-on : ubuntu-latest
267
267
steps :
268
- - uses : actions/download-artifact@v2
268
+ - uses : actions/download-artifact@v4
269
269
- name : Get version tag
270
270
id : get_version
271
271
uses : battila7/get-version-action@v2
0 commit comments