Skip to content

Commit 8a2ff22

Browse files
Update actions/upload-artifact action to v6
1 parent a18a8bf commit 8a2ff22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/operator_e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
- name: Upload pod logs on failure
7777
if: failure()
78-
uses: actions/upload-artifact@v4
78+
uses: actions/upload-artifact@v6
7979
with:
8080
name: e2e-pod-logs-${{ github.run_id }}
8181
path: ./e2e-logs/

0 commit comments

Comments
 (0)