Skip to content

Commit 1885a48

Browse files
authored
Merge pull request #4070 from Flow-Launcher/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 1bfd147 + f0584ac commit 1885a48

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/dotnet.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)