Skip to content

Commit

Permalink
Merge pull request #451 from networkservicemesh/update-upload-artifac…
Browse files Browse the repository at this point in the history
…t-action

Update upload-artifact action to v4
  • Loading branch information
ljkiraly authored Feb 10, 2025
2 parents fb5f124 + b7a79ac commit 40631ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
GKE_CLUSTER_NAME: gke-${{ github.run_id }}-${{ github.run_number }}
GKE_CLUSTER_ZONE: us-central1-a
- name: Upload logs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: logs-${{ github.run_number }}
Expand Down

0 comments on commit 40631ba

Please sign in to comment.