diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 148b95b..c1b2ed8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,7 +48,7 @@ jobs: coverageCommand: bundle exec rake test:coverage coverageLocations: coverage/coverage.json:simplecov - name: Upload report - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v5 with: name: allure-results path: "*/reports/allure-results/*"