From a7b67861d8751849f769910f8fab69ecc9b74eba Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 25 Apr 2022 01:57:22 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v3 --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/gradle.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 5b48822..88c8b6d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -74,7 +74,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload build artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: path: "**/build/libs" diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 28128e6..4348937 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -33,7 +33,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload build artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: path: "**/build/libs" @@ -75,7 +75,7 @@ jobs: file: "**/build/reports/jacoco/**/*.xml" - name: Upload Test Report - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 if: always() with: name: build reports