diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08aa8d0..a8d9544 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: run: bin/rspec --format documentation --color --profile - name: Upload simplecov report - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: simplecov-report path: ${{ github.workspace }}/coverage