diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 483eca9..ff77598 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: - name: Run vulnerabilities check run: bundle exec rake audit - name: Upload simplecov results for coverage - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: coverage path: coverage/ @@ -61,4 +61,4 @@ jobs: workingDirectory: ${{github.workspace}} debug: true coverageLocations: | - ${{github.workspace}}/coverage/coverage.json:simplecov \ No newline at end of file + ${{github.workspace}}/coverage/coverage.json:simplecov