Skip to content

Commit 5276263

Browse files
Bump actions/upload-artifact from 3 to 4 (#2905)
1 parent ed6c9b2 commit 5276263

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@v3
56+
uses: actions/upload-artifact@v4
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@v3
63+
uses: actions/upload-artifact@v4
6464
with:
6565
path: build/cmder.7z
6666
name: cmder.7z
6767

6868
- name: Upload artifact (cmder_mini.zip)
69-
uses: actions/upload-artifact@v3
69+
uses: actions/upload-artifact@v4
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@v3
75+
uses: actions/upload-artifact@v4
7676
with:
7777
path: build/hashes.txt
7878
name: hashes.txt

0 commit comments

Comments
 (0)