diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f556525d1a..1ca1df112b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -394,7 +394,7 @@ jobs: run: ${{ env.GO_BUILD_CMD }} -mod=mod -o sample-logging-driver.exe ./cri-containerd/helpers/log.go working-directory: test - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 if: ${{ github.event_name == 'pull_request' }} with: name: test_binaries_${{ matrix.name }} @@ -677,7 +677,7 @@ jobs: - run: ${{ env.GO_BUILD_CMD }} ./internal/tools/zapdir name: Build zapdir.exe - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 if: ${{ github.event_name == 'pull_request' }} with: name: binaries diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 1397f9431c..7540cf0b60 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -153,7 +153,7 @@ jobs: sarif_file: sarif-results - name: Upload SARIF Results as Build Artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: sarif-results-${{ matrix.goos }} path: sarif-results