Skip to content

Commit

Permalink
[GHA] fix version of action
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-w committed Mar 10, 2024
1 parent a0aceda commit 58f270d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
cp ${{ github.workspace }}/builds/appimage/*.AppImage ${{ github.workspace }}/artifact
- name: Upload AppImage
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: success()
with:
name: 'Stellarium-latest-qt5-x86_64'
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
cp ${{ github.workspace }}/builds/appimage/*.AppImage ${{ github.workspace }}/artifact
- name: Upload AppImage
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: success()
with:
name: 'Stellarium-latest-qt6-x86_64'
Expand Down

0 comments on commit 58f270d

Please sign in to comment.