diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 469a5107ba..6027e78146 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -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