Skip to content

Commit

Permalink
ci: update actions/upload-artifact in workflow to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Jan 23, 2024
1 parent 2185dcf commit a5d11b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
cp src/logger/readme.md artifacts/logger/
cp readme.md artifacts/
- name: Archive build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: msys2-artifacts-static-linking
path: |
Expand Down

0 comments on commit a5d11b9

Please sign in to comment.