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 f0b7bb4 commit 4e74a6bCopy full SHA for 4e74a6b
.github/workflows/conformance.yml
@@ -149,7 +149,7 @@ jobs:
149
run: |
150
./ci/run-k8s-e2e-tests.sh "--e2e-${{ inputs.test-suite }}"
151
- name: Upload test log
152
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
153
if: ${{ failure() || inputs.always-upload-logs }}
154
with:
155
name: sonobuoy.tar.gz
.github/workflows/golicense.yml
@@ -63,7 +63,7 @@ jobs:
63
./ci/golicense/run.sh ./antrea-bins ./license-reports
64
- name: Upload licensing information
65
if: ${{ always() }}
66
67
68
name: licenses.deps
69
path: license-reports/ALL.deps.txt
0 commit comments