Skip to content

Commit 3d7590d

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-release.yml

Lines changed: 2 additions & 2 deletions
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
@@ -334,7 +334,7 @@ jobs:
334334
runs-on: ubuntu-latest
335335
needs: [configure, make-appimage]
336336
steps:
337-
- uses: actions/download-artifact@v3
337+
- uses: actions/download-artifact@v4
338338
with:
339339
name: AppImage
340340
path: .

0 commit comments

Comments
 (0)