From d05a3c7b1041466693f573807241e5ad155461f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 18:41:36 +0000 Subject: [PATCH] Update actions/upload-artifact action to v3 --- .github/workflows/gradle-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle-build.yml b/.github/workflows/gradle-build.yml index 022c108..ba0c6e6 100644 --- a/.github/workflows/gradle-build.yml +++ b/.github/workflows/gradle-build.yml @@ -39,7 +39,7 @@ jobs: run: ./gradlew clean test publish shadow dokkaHtml # Now we store the artifact in the action - name: Upload the artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: DependencyDownloaderModule path: ./build/libs/DependencyDownloaderModule-${{ env.VERSION }}.jar