Skip to content

Commit 9e6e148

Browse files
authored
Merge pull request #3062 from cmderdev/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents baef798 + 60848f5 commit 9e6e148

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
@@ -97,26 +97,26 @@ jobs:
9797
echo "" >> $env:GITHUB_STEP_SUMMARY
9898
9999
- name: Upload artifact (cmder.zip)
100-
uses: actions/upload-artifact@v5
100+
uses: actions/upload-artifact@v6
101101
with:
102102
path: build/cmder.zip
103103
name: cmder.zip
104104
if-no-files-found: error
105105

106106
- name: Upload artifact (cmder.7z)
107-
uses: actions/upload-artifact@v5
107+
uses: actions/upload-artifact@v6
108108
with:
109109
path: build/cmder.7z
110110
name: cmder.7z
111111

112112
- name: Upload artifact (cmder_mini.zip)
113-
uses: actions/upload-artifact@v5
113+
uses: actions/upload-artifact@v6
114114
with:
115115
path: build/cmder_mini.zip
116116
name: cmder_mini.zip
117117

118118
- name: Upload artifact (hashes.txt)
119-
uses: actions/upload-artifact@v5
119+
uses: actions/upload-artifact@v6
120120
with:
121121
path: build/hashes.txt
122122
name: hashes.txt

0 commit comments

Comments
 (0)