Skip to content

Commit

Permalink
Update actions/upload-artifact action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and aggelos-gamvrinos-sympower committed Oct 16, 2023
1 parent 93d2904 commit dba205c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
-Ppactbroker.auth.username="${{ secrets.PACT_BROKER_USERNAME }}" \
-Ppactbroker.auth.password="${{ secrets.PACT_BROKER_PASSWORD }}" ;
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: testReports
path: service/build/reports/jacoco/

0 comments on commit dba205c

Please sign in to comment.