diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c44944..6ae9d95 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: run: ./gradlew build --exclude-task test - name: Upload artifact - uses: actions/upload-artifact@v3.0.0 + uses: actions/upload-artifact@v3.1.0 with: name: package path: build/libs @@ -115,7 +115,7 @@ jobs: mv build/reports/jacoco/test/html build/reports/jacoco/test/jacocoTestReport.xml build/reports/jacoco/test/unit-test - name: Upload coverage report - uses: actions/upload-artifact@v3.0.0 + uses: actions/upload-artifact@v3.1.0 with: name: unit-test-coverage-report path: build/reports/jacoco/test/unit-test @@ -160,7 +160,7 @@ jobs: mv build/reports/jacoco/test/html build/reports/jacoco/test/jacocoTestReport.xml build/reports/jacoco/test/integration-test - name: Upload coverage report - uses: actions/upload-artifact@v3.0.0 + uses: actions/upload-artifact@v3.1.0 with: name: integration-test-coverage-report path: build/reports/jacoco/test/integration-test