Skip to content

Commit a7812b3

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/make-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
echo "tarball_name=${TARBALL}" >> $GITHUB_OUTPUT
7171
7272
- name: Upload Artifact Tarball
73-
uses: actions/upload-artifact@v3
73+
uses: actions/upload-artifact@v4
7474
with:
7575
name: vice-tarball
7676
path: ${{ steps.build.outputs.tarball_path }}

0 commit comments

Comments
 (0)