Skip to content

Commit

Permalink
fix: Artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
michaljurecko committed Jun 20, 2024
1 parent 4cadbca commit 1959545
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-k8s-service-apps-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: test-k8s-state
name: test-k8s-state-apps-proxy
path: /tmp/artifacts
if-no-files-found: error

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-k8s-service-stream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: test-k8s-state
name: test-k8s-state-stream
path: /tmp/artifacts
if-no-files-found: error

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-k8s-service-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: test-k8s-state
name: test-k8s-state-templates
path: /tmp/artifacts
if-no-files-found: error

Expand Down

0 comments on commit 1959545

Please sign in to comment.