Skip to content

Commit

Permalink
fix upload-artifact version
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@45426 379a1393-f5fb-40a0-bcee-ef074d9b53f7
  • Loading branch information
mrdudz committed Dec 24, 2024
1 parent d68e853 commit a7812b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
echo "tarball_name=${TARBALL}" >> $GITHUB_OUTPUT
- name: Upload Artifact Tarball
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: vice-tarball
path: ${{ steps.build.outputs.tarball_path }}
Expand Down

0 comments on commit a7812b3

Please sign in to comment.