We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 354d562 commit 52ccbc6Copy full SHA for 52ccbc6
.github/workflows/ci.yml
@@ -242,7 +242,7 @@ jobs:
242
BUILD_ARGS: "--load"
243
244
- name: Upload Artifacts to GitHub
245
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
246
with:
247
name: output
248
path: _output/**
.github/workflows/e2e.yaml
@@ -166,7 +166,7 @@ jobs:
166
167
- name: Upload Cluster Dump
168
if: always()
169
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
170
171
name: controlplane-dump
172
path: ./_output/controlplane-dump
0 commit comments