Skip to content

Commit

Permalink
Upgrade upload action version
Browse files Browse the repository at this point in the history
  • Loading branch information
RakhithaRR committed Sep 10, 2024
1 parent ef5c5da commit bccf550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: mv modules/integration/tests-integration/tests-backend/target/surefire-reports/TEST-TestSuite.xml TEST-TestSuite_${{ matrix.id }}.xml
- name: Archive testng report
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: TEST-TestSuite_${{ matrix.id }}
path: |
Expand Down

0 comments on commit bccf550

Please sign in to comment.