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 @@ -258,7 +258,7 @@ jobs:
258258 ci/run_tests.sh "$PWD/${{ env.FPM_RELEASE }}"
259259
260260 - name : Upload artifact
261- uses : actions/upload-artifact@v4
261+ uses : actions/upload-artifact@v5
262262 with :
263263 name : ${{ env.FPM_RELEASE }}
264264 path : ${{ env.FPM_RELEASE }}
@@ -372,7 +372,7 @@ jobs:
372372 move fpm-installer.exe fpm-installer-${{ env.VERSION }}-gcc-${{ matrix.gcc_v }}.exe
373373
374374 - name : Upload artifact
375- uses : actions/upload-artifact@v4
375+ uses : actions/upload-artifact@v5
376376 with :
377377 name : fpm-installer-gcc-${{ matrix.gcc_v }}
378378 path : ci/fpm-installer-${{ env.VERSION }}-gcc-${{ matrix.gcc_v }}.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@v4
38+ uses : actions/upload-artifact@v5
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@v4
107+ uses : actions/upload-artifact@v5
108108 with :
109109 name : ${{ env.OUTPUT }}
110110 path : ${{ env.OUTPUT }}
You can’t perform that action at this time.
0 commit comments