File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -54,36 +54,36 @@ jobs:
5454 shell : powershell
5555 run : .\Scripts\post_build.ps1
5656 - name : Upload Plugin Nupkg
57- uses : actions/upload-artifact@v4
57+ uses : actions/upload-artifact@v5
5858 with :
5959 name : Plugin nupkg
6060 path : |
6161 Output\Release\Flow.Launcher.Plugin.*.nupkg
6262 compression-level : 0
6363 - name : Upload Setup
64- uses : actions/upload-artifact@v4
64+ uses : actions/upload-artifact@v5
6565 with :
6666 name : Flow Installer
6767 path : |
6868 Output\Packages\Flow-Launcher-*.exe
6969 compression-level : 0
7070 - name : Upload Portable Version
71- uses : actions/upload-artifact@v4
71+ uses : actions/upload-artifact@v5
7272 with :
7373 name : Portable Version
7474 path : |
7575 Output\Packages\Flow-Launcher-Portable.zip
7676 compression-level : 0
7777 - name : Upload Full Nupkg
78- uses : actions/upload-artifact@v4
78+ uses : actions/upload-artifact@v5
7979 with :
8080 name : Full nupkg
8181 path : |
8282 Output\Packages\FlowLauncher-*-full.nupkg
8383
8484 compression-level : 0
8585 - name : Upload Release Information
86- uses : actions/upload-artifact@v4
86+ uses : actions/upload-artifact@v5
8787 with :
8888 name : RELEASES
8989 path : |
You can’t perform that action at this time.
0 commit comments