We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 969d7f9 commit 3d7590dCopy full SHA for 3d7590d
.github/workflows/create-release.yml
@@ -325,7 +325,7 @@ jobs:
325
./package/scripts/linux/appimage/build-appimage.sh
326
327
- name: Upload Artifact
328
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
329
with:
330
name: AppImage
331
path: Quarto-${{needs.configure.outputs.version}}-x86_64.AppImage
@@ -334,7 +334,7 @@ jobs:
334
runs-on: ubuntu-latest
335
needs: [configure, make-appimage]
336
steps:
337
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
338
339
340
path: .
0 commit comments