Skip to content

Commit

Permalink
Update actions/upload-artifact from v3 to v4 (#1150)
Browse files Browse the repository at this point in the history
  • Loading branch information
Seol-JY authored and seongahjo committed Feb 8, 2025
1 parent 68bca4a commit c93a8e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ jobs:
detailed_summary: true

- name: Test Summary
uses: actions/upload-artifact@v3 # upload test results
uses: actions/upload-artifact@v4 # upload test results
if: always()
with:
name: test-results
path: '**/build/test-results/test/TEST-*.xml'
overwrite: true

0 comments on commit c93a8e6

Please sign in to comment.