Skip to content

Commit 1bcba81

Browse files
authored
Merge pull request #3032 from cmderdev/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents e7f102b + 1940e97 commit 1bcba81

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,26 +53,26 @@ jobs:
5353
run: .\pack.ps1 -verbose
5454

5555
- name: Upload artifact (cmder.zip)
56-
uses: actions/upload-artifact@v4
56+
uses: actions/upload-artifact@v5
5757
with:
5858
path: build/cmder.zip
5959
name: cmder.zip
6060
if-no-files-found: error
6161

6262
- name: Upload artifact (cmder.7z)
63-
uses: actions/upload-artifact@v4
63+
uses: actions/upload-artifact@v5
6464
with:
6565
path: build/cmder.7z
6666
name: cmder.7z
6767

6868
- name: Upload artifact (cmder_mini.zip)
69-
uses: actions/upload-artifact@v4
69+
uses: actions/upload-artifact@v5
7070
with:
7171
path: build/cmder_mini.zip
7272
name: cmder_mini.zip
7373

7474
- name: Upload artifact (hashes.txt)
75-
uses: actions/upload-artifact@v4
75+
uses: actions/upload-artifact@v5
7676
with:
7777
path: build/hashes.txt
7878
name: hashes.txt

0 commit comments

Comments
 (0)