From ab851eb409e7980ab3ea6b9b1cb3a21b9f3a95a8 Mon Sep 17 00:00:00 2001 From: Aaron Echavarria Date: Thu, 19 Sep 2024 11:08:57 -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 7c89f71f..e933b2fd 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:v3.7.0 + image: jdkato/vale:v2.28.0 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@v4 + - uses: actions/upload-artifact@v with: name: jpi path: build/libs/templating-engine.hpi