From 1cc47840b9bb691c8628aebe36e99bde100b1495 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 16 May 2022 23:30:27 +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 719cff5..1073fa5 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: LoggingModule path: ./build/libs/LoggingModule-${{ env.VERSION }}.jar