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 3d7590d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 All @@ -334,7 +334,7 @@ jobs:
runs-on: ubuntu-latest
needs: [configure, make-appimage]
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: AppImage
path: .
Expand Down

0 comments on commit 3d7590d

Please sign in to comment.