From ab7d7eb59dfc245f76cd64a88d58e6df67af3853 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 10:31:40 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v3.1.2 --- .github/workflows/java-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/java-ci.yml b/.github/workflows/java-ci.yml index be2abb540..a677621c4 100644 --- a/.github/workflows/java-ci.yml +++ b/.github/workflows/java-ci.yml @@ -33,7 +33,7 @@ jobs: run: ./gradlew quickBuild -Pversion=${{ steps.version.outputs.version }} - name: Upload Artifacts - uses: actions/upload-artifact@v3.0.0 + uses: actions/upload-artifact@v3.1.2 with: name: Minix-${{ steps.version.outputs.version }} path: |