From 566162bf239c4464e62123750b9242ff02cc4b7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C4=81vis=20Mos=C4=81ns?= Date: Thu, 17 Oct 2024 14:38:37 +0300 Subject: [PATCH] Update GitHub upload-artifact to v4 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