From 8e975877650b8e25af34adf186862322228fcf64 Mon Sep 17 00:00:00 2001 From: sciencewhiz Date: Fri, 28 Jun 2024 20:16:48 -0700 Subject: [PATCH] [ci] Update tools build year to 2025 (#6783) Fixes robotbuilder build that failed after 2025 alpha tag --- .github/workflows/tools.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml index 306eaceb533..d35a3bcb92d 100644 --- a/.github/workflows/tools.yml +++ b/.github/workflows/tools.yml @@ -7,7 +7,7 @@ concurrency: cancel-in-progress: true env: - YEAR: 2024 + YEAR: 2025 jobs: build-artifacts: