Skip to content

Commit 4e74a6b

Browse files
chore(deps): update artifact actions (#7514)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f0b7bb4 commit 4e74a6b

File tree

5 files changed

+47
-47
lines changed

5 files changed

+47
-47
lines changed

.github/workflows/conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
run: |
150150
./ci/run-k8s-e2e-tests.sh "--e2e-${{ inputs.test-suite }}"
151151
- name: Upload test log
152-
uses: actions/upload-artifact@v4
152+
uses: actions/upload-artifact@v5
153153
if: ${{ failure() || inputs.always-upload-logs }}
154154
with:
155155
name: sonobuoy.tar.gz

.github/workflows/golicense.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
./ci/golicense/run.sh ./antrea-bins ./license-reports
6464
- name: Upload licensing information
6565
if: ${{ always() }}
66-
uses: actions/upload-artifact@v4
66+
uses: actions/upload-artifact@v5
6767
with:
6868
name: licenses.deps
6969
path: license-reports/ALL.deps.txt

0 commit comments

Comments
 (0)