Skip to content

Commit

Permalink
fix: use correct version of artifact upload action
Browse files Browse the repository at this point in the history
  • Loading branch information
mutlusun committed Dec 3, 2024
1 parent 969d7f9 commit fdd8783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ jobs:
./package/scripts/linux/appimage/build-appimage.sh
- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: AppImage
path: Quarto-${{needs.configure.outputs.version}}-x86_64.AppImage
Expand Down

0 comments on commit fdd8783

Please sign in to comment.