File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ jobs:
181
181
ci/run_tests.sh "$PWD/${{ env.FPM_RELEASE }}"
182
182
183
183
- name : Upload artifact
184
- uses : actions/upload-artifact@v2
184
+ uses : actions/upload-artifact@v4
185
185
with :
186
186
name : ${{ env.FPM_RELEASE }}
187
187
path : ${{ env.FPM_RELEASE }}
@@ -257,7 +257,7 @@ jobs:
257
257
move fpm-installer.exe fpm-installer-${{ env.VERSION }}.exe
258
258
259
259
- name : Upload artifact
260
- uses : actions/upload-artifact@v2
260
+ uses : actions/upload-artifact@v4
261
261
with :
262
262
name : fpm-installer
263
263
path : ci/fpm-installer-${{ env.VERSION }}.exe
Original file line number Diff line number Diff line change 35
35
PREFIX : fpm-${{ env.VERSION }}/
36
36
37
37
- name : Upload artifact
38
- uses : actions/upload-artifact@v2
38
+ uses : actions/upload-artifact@v4
39
39
with :
40
40
name : ${{ env.OUTPUT }}
41
41
path : ${{ env.OUTPUT }}
@@ -104,7 +104,7 @@ jobs:
104
104
${{ env.EXE }} build
105
105
106
106
- name : Upload artifact
107
- uses : actions/upload-artifact@v2
107
+ uses : actions/upload-artifact@v4
108
108
with :
109
109
name : ${{ env.OUTPUT }}
110
110
path : ${{ env.OUTPUT }}
You can’t perform that action at this time.
0 commit comments