diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0eac3ad2ece..e62b58fab90 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -186,7 +186,7 @@ jobs: run: ./tool/ci/bots.sh - name: Upload Golden Failure Artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: failure() with: name: golden_image_failures.${{ matrix.bot }} @@ -259,7 +259,7 @@ jobs: run: ./tool/ci/bots.sh - name: Upload Golden Failure Artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: failure() with: name: golden_image_failures.${{ matrix.bot }}