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:
181181 ci/run_tests.sh "$PWD/${{ env.FPM_RELEASE }}"
182182
183183 - name : Upload artifact
184- uses : actions/upload-artifact@v2
184+ uses : actions/upload-artifact@v4
185185 with :
186186 name : ${{ env.FPM_RELEASE }}
187187 path : ${{ env.FPM_RELEASE }}
@@ -257,7 +257,7 @@ jobs:
257257 move fpm-installer.exe fpm-installer-${{ env.VERSION }}.exe
258258
259259 - name : Upload artifact
260- uses : actions/upload-artifact@v2
260+ uses : actions/upload-artifact@v4
261261 with :
262262 name : fpm-installer
263263 path : ci/fpm-installer-${{ env.VERSION }}.exe
Original file line number Diff line number Diff line change 3535 PREFIX : fpm-${{ env.VERSION }}/
3636
3737 - name : Upload artifact
38- uses : actions/upload-artifact@v2
38+ uses : actions/upload-artifact@v4
3939 with :
4040 name : ${{ env.OUTPUT }}
4141 path : ${{ env.OUTPUT }}
@@ -104,7 +104,7 @@ jobs:
104104 ${{ env.EXE }} build
105105
106106 - name : Upload artifact
107- uses : actions/upload-artifact@v2
107+ uses : actions/upload-artifact@v4
108108 with :
109109 name : ${{ env.OUTPUT }}
110110 path : ${{ env.OUTPUT }}
You can’t perform that action at this time.
0 commit comments