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