Skip to content

Commit

Permalink
MacOS Build: upgrade actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
foldynl committed Feb 27, 2024
1 parent 5fe19ec commit 0b01ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macOSBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
otool -L qlog.app/Contents/MacOS/qlog
macdeployqt qlog.app -dmg
- name: Copy artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: qlog
path: /Users/runner/work/QLog/QLog/build/qlog.dmg
Expand Down

0 comments on commit 0b01ae6

Please sign in to comment.