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