Skip to content

Commit

Permalink
Bump action/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
chchwy committed Feb 1, 2025
1 parent 4f1ef2e commit 5f11eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
qt: ${{matrix.qt}}
- name: Upload package
if: runner.os != 'Linux' || matrix.qt == 5
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{steps.package.outputs.output-basename}}
path: build/${{steps.package.outputs.output-basename}}*
Expand Down

0 comments on commit 5f11eac

Please sign in to comment.