Skip to content

Commit fdd8783

Browse files
committed
fix: use correct version of artifact upload action
1 parent 969d7f9 commit fdd8783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ jobs:
325325
./package/scripts/linux/appimage/build-appimage.sh
326326
327327
- name: Upload Artifact
328-
uses: actions/upload-artifact@v3
328+
uses: actions/upload-artifact@v4
329329
with:
330330
name: AppImage
331331
path: Quarto-${{needs.configure.outputs.version}}-x86_64.AppImage

0 commit comments

Comments
 (0)