From a147bee197ec2e162499154c3d786bebfae6a295 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C4=81vis?= Date: Thu, 17 Oct 2024 16:15:28 +0300 Subject: [PATCH] Update GitHub upload-artifact to v4 (#100) v1 is deprecated and causes tests to fail --- .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 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