Skip to content

Commit

Permalink
fix: fixing artifact upload error (#3437)
Browse files Browse the repository at this point in the history
  • Loading branch information
JaydipGabani authored Jul 1, 2024
1 parent fbb014b commit e2be459
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
if: ${{ always() }}
with:
name: logs
name: logs-${{ matrix.KUBERNETES_VERSION }}
path: |
logs-*.json
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
if: ${{ always() }}
with:
name: helm-logs
name: helm-logs-${{ matrix.HELM_VERSION }}-${{ matrix.GATEKEEPER_NAMESPACE }}
path: |
logs-*.json
Expand Down

0 comments on commit e2be459

Please sign in to comment.