Skip to content

Commit

Permalink
fix archived artifacts names
Browse files Browse the repository at this point in the history
  • Loading branch information
m00g3n committed Apr 3, 2024
1 parent 75c3c10 commit 7bd7a6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kyma-integration-k3d-validator-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: app-gateway-test-results
name: application-connectivity-validator-test-results
path: application-connectivity-validator-test.log

2 changes: 1 addition & 1 deletion .github/workflows/reusable-k3d-agent-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: app-gateway-test-results
name: compass-runtime-agent-test-results
path: compass-runtime-agent-test.log

0 comments on commit 7bd7a6e

Please sign in to comment.