Skip to content

Commit 832de62

Browse files
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7073f8f commit 832de62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildtest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
sudo chmod -R a+rwx test/integration/tmp/*
4747
find test/integration/tmp -name "*:*" -exec bash -c 'mv $0 ${0//:/_}' {} \;
4848
49-
- uses: actions/upload-artifact@v4
49+
- uses: actions/upload-artifact@v5
5050
if: always()
5151
with:
5252
name: test-integration- ${{ matrix.goarch }}
@@ -101,7 +101,7 @@ jobs:
101101
env:
102102
LOCAL_SRIOV_CNI_IMAGE: ghaction-sriov-cni:pr-${{github.event.pull_request.number}}
103103

104-
- uses: actions/upload-artifact@v4
104+
- uses: actions/upload-artifact@v5
105105
if: always()
106106
with:
107107
name: ${{ env.TEST_REPORT_PATH }}

0 commit comments

Comments
 (0)