diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 238ea407bac..03df14cb87d 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@v4 + uses: actions/upload-artifact@v5 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@v4 + uses: actions/upload-artifact@v5 if: failure() with: name: golden_image_failures.${{ matrix.bot }}