Skip to content

Commit

Permalink
fix: Use upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
JJL772 committed Jan 1, 2025
1 parent 5147ce8 commit 4fefd3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ninja-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
tar cf qt6.tar /opt/qt6
gzip qt6.tar
- name: Build upload
uses: actions/upload-artifact@v2.3.1
uses: actions/upload-artifact@v4
with:
name: build_${{ github.sha }}
path: /opt/qt6.tar.gz
Expand Down

0 comments on commit 4fefd3d

Please sign in to comment.