Skip to content

Commit 816b6f4

Browse files
authored
Merge pull request #675 from k8snetworkplumbingwg/dependabot/github_actions/actions/upload-artifact-5
chore: bump actions/upload-artifact from 4 to 5
2 parents 83f2f92 + 9feac77 commit 816b6f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
env:
141141
LOCAL_SRIOV_DEVICE_PLUGIN_IMAGE: ghaction-sriov-network-device-plugin:pr-${{github.event.pull_request.number}}
142142

143-
- uses: actions/upload-artifact@v4
143+
- uses: actions/upload-artifact@v5
144144
if: always()
145145
with:
146146
name: ${{ env.TEST_REPORT_PATH }}

0 commit comments

Comments
 (0)