Skip to content

Commit

Permalink
Upgrade deprecated actions/upload-artifact@v2 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari committed Sep 26, 2024
1 parent 54401c0 commit 6b31946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pulsar-helm-chart-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ jobs:
ci::collect_k8s_logs
- name: Upload k8s logs on failure
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ cancelled() || failure() }}
continue-on-error: true
with:
Expand Down

0 comments on commit 6b31946

Please sign in to comment.