Skip to content

Commit

Permalink
update action (#1671)
Browse files Browse the repository at this point in the history
  • Loading branch information
EddeCCC authored Nov 8, 2024
1 parent 20a2d7d commit e27bb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/agent_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: systemTest
run: ./gradlew -P${{ steps.determine-jdk.outputs.gradle_property }} :inspectit-ocelot-agent:systemTest
- name: upload test results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: ${{ failure() }}
with:
name: 'test-results'
Expand Down

0 comments on commit e27bb03

Please sign in to comment.