From 13ed223f7b7e6d1cda71d983b4835dbe5f14f3e9 Mon Sep 17 00:00:00 2001 From: Pedro Castro Date: Wed, 12 Feb 2025 15:51:22 +0000 Subject: [PATCH] bump upload artifacts from v3 to v4 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f087282..0771f6c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: run: ./gradlew ktlintCheck - name: Upload ktlint report - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: lint-reports path: build/reports/ktlint @@ -70,7 +70,7 @@ jobs: uses: codecov/codecov-action@v3 - name: Upload test reports - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test-reports path: |