Skip to content

Commit d504e75

Browse files
committed
fix upload-artifact version...all!
git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@45427 379a1393-f5fb-40a0-bcee-ef074d9b53f7
1 parent a7812b3 commit d504e75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/make-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
run: git config --global core.autocrlf input
111111

112112
- name: Download Tarball
113-
uses: actions/download-artifact@v3
113+
uses: actions/download-artifact@v4
114114
with:
115115
name: vice-tarball
116116

@@ -187,12 +187,12 @@ jobs:
187187
ls -A1 | grep -v 'build-.*\.sh' | xargs rm -rf
188188
189189
- name: Download Documentation
190-
uses: actions/download-artifact@v3
190+
uses: actions/download-artifact@v4
191191
with:
192192
name: vice-pdf
193193

194194
- name: Download Tarball
195-
uses: actions/download-artifact@v3
195+
uses: actions/download-artifact@v4
196196
with:
197197
name: vice-tarball
198198

0 commit comments

Comments
 (0)