From 57fc1321b514141787cb2ae7983057a241010738 Mon Sep 17 00:00:00 2001 From: Aaron Echavarria Date: Thu, 19 Sep 2024 11:17:05 -0600 Subject: [PATCH] use another vale image --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e933b2fd..935ede21 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -45,7 +45,7 @@ jobs: runs-on: ubuntu-latest if: github.repository == 'jenkinsci/templating-engine-plugin' container: - image: jdkato/vale:v2.28.0 + image: jdkato/vale:v2.20.2 options: --user root steps: - uses: actions/checkout@v2 @@ -78,7 +78,7 @@ jobs: - uses: eskatos/gradle-command-action@v1 with: arguments: --no-daemon jpi - - uses: actions/upload-artifact@v + - uses: actions/upload-artifact@v4 with: name: jpi path: build/libs/templating-engine.hpi