diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 4a2a9af..a59a3a2 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -42,7 +42,7 @@ jobs: # Step 5: Upload RSpec test results (test analytics) - name: Upload RSpec test results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: rspec-results path: tmp/rspec_results.json @@ -56,7 +56,7 @@ jobs: # Step 7: Upload coverage report artifact (optional for debugging) - name: Upload coverage report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: coverage-report path: coverage/