From 83d30da192cd2dbe4f5bff5929ab7caf19e63aa8 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 2 Feb 2026 21:44:02 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v6 --- .github/workflows/bazel_example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bazel_example.yml b/.github/workflows/bazel_example.yml index cb81902f..878c9f3c 100644 --- a/.github/workflows/bazel_example.yml +++ b/.github/workflows/bazel_example.yml @@ -81,7 +81,7 @@ jobs: tests/Integration:talent \ tests/Integration:videointelligence --noshow_progress --cache_test_results=no - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 if: ${{ failure() }} with: name: test-artifacts