Skip to content

Commit

Permalink
Bump upload-artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
rzvoncek committed Jan 30, 2025
1 parent 5f7b7b1 commit ca581bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ jobs:
echo "uploaddir_name=$uploaddir_name" >> $GITHUB_ENV
- name: Archive k8s logs
if: ${{ failure() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: k8s-logs-${{ env.uploaddir_name }}
path: ./k8ssandra-operator/build/test
Expand Down

0 comments on commit ca581bd

Please sign in to comment.