From d34f01e43a45cd04255f4c26b1f1c107f5da2f2b Mon Sep 17 00:00:00 2001 From: John Niang Date: Thu, 19 Sep 2024 10:14:23 +0800 Subject: [PATCH] Bump versions of actions/upload-artifact and actions/download-artifact --- .github/workflows/workflow.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 87363ff..0c08386 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -62,7 +62,7 @@ jobs: sed -i "s/version=.*-SNAPSHOT$/version=$version/1" gradle.properties ./gradlew clean build -x test - name: Archive plugin-comment-widget jar - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: plugin-comment-widget path: | @@ -75,7 +75,7 @@ jobs: if: github.event_name == 'release' steps: - name: Download plugin-comment-widget jar - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: plugin-comment-widget path: build/libs @@ -123,7 +123,7 @@ jobs: with: submodules: true - name: Download plugin-comment-widget jar - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: plugin-comment-widget path: build/libs