Skip to content

Commit bdc6744

Browse files
Bump actions/upload-artifact from 4 to 5 (#2543)
1 parent 79b4311 commit bdc6744

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ jobs:
394394
run: ${{ env.GO_BUILD_CMD }} -mod=mod -o sample-logging-driver.exe ./cri-containerd/helpers/log.go
395395
working-directory: test
396396

397-
- uses: actions/upload-artifact@v4
397+
- uses: actions/upload-artifact@v5
398398
if: ${{ github.event_name == 'pull_request' }}
399399
with:
400400
name: test_binaries_${{ matrix.name }}
@@ -675,7 +675,7 @@ jobs:
675675
- run: ${{ env.GO_BUILD_CMD }} ./internal/tools/zapdir
676676
name: Build zapdir.exe
677677

678-
- uses: actions/upload-artifact@v4
678+
- uses: actions/upload-artifact@v5
679679
if: ${{ github.event_name == 'pull_request' }}
680680
with:
681681
name: binaries

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
sarif_file: sarif-results
154154

155155
- name: Upload SARIF Results as Build Artifact
156-
uses: actions/upload-artifact@v4
156+
uses: actions/upload-artifact@v5
157157
with:
158158
name: sarif-results-${{ matrix.goos }}
159159
path: sarif-results

0 commit comments

Comments
 (0)