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 5b594fb commit 1a0638f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
run: mv product-apim/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 1a0638f

Please sign in to comment.