Skip to content

Commit

Permalink
Update upload-artifact action to v4 (#3342)
Browse files Browse the repository at this point in the history
  • Loading branch information
gs-ssh16 authored Jan 9, 2025
1 parent 6a6f2b8 commit b47114a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,14 @@ jobs:
- name: Upload Test Results
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-results
path: ${{ github.workspace }}/surefire-reports-aggregate/*.xml

- name: Upload CI Event
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: event-file
path: ${{ github.event_path }}

0 comments on commit b47114a

Please sign in to comment.