From 1b7f31a4b364820b6a239f52c9e076da76d1c4dc Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 01:55:14 +0000 Subject: [PATCH] chore(deps): update github artifact actions Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- .github/workflows/integration_test.yml | 2 +- .github/workflows/olm_bundle_test.yml | 4 ++-- .github/workflows/pull_request.yml | 4 ++-- .github/workflows/scorecard.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index c6c15ce45..65095f2cd 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -95,7 +95,7 @@ jobs: ## Upload diagnostics if integration test step failed. - name: Upload diagnostics if: ${{ failure() }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: kubernetes-integration-test-diag path: /tmp/ktf-diag* diff --git a/.github/workflows/olm_bundle_test.yml b/.github/workflows/olm_bundle_test.yml index 9ae7bf1ba..7ff61fb9f 100644 --- a/.github/workflows/olm_bundle_test.yml +++ b/.github/workflows/olm_bundle_test.yml @@ -62,7 +62,7 @@ jobs: - name: Upload diagnostics if: ${{ failure() }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: olm-bundle-integration-test-diag path: /tmp/ktf-diag* @@ -125,7 +125,7 @@ jobs: - name: Upload diagnostics if: ${{ failure() }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: olm-bundle-lifecycle-test-diag path: /tmp/ktf-diag* diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index c282d5f64..58289d784 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -137,7 +137,7 @@ jobs: run: make test - name: Archive Go code coverage results - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: coverage-go path: cover.out @@ -225,7 +225,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Download golang coverage artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: coverage-go diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index fe81368b2..b5fbce700 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -60,7 +60,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: SARIF file path: results.sarif