From 7645cb01fb6f285b07244a5ecc2aa028c1ad119a Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 23 Jan 2025 22:27:32 +0100 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4 (#685) --- .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 b5a4b5877..57d78d3c5 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@v3 + - uses: actions/upload-artifact@v4 if: ${{ failure() }} with: name: test-artifacts