diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml old mode 100755 new mode 100644 index b5b3471..bd32a23 --- 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@v4 + uses: actions/upload-artifact@v5 with: name: simplecov-report path: ${{ github.workspace }}/coverage