瀏覽代碼

Update coverallsapp/github-action to v2 and fix the option

Akinori MUSHA 10 月之前
父節點
當前提交
e914cea961
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      .github/workflows/ci.yml

+ 3 - 2
.github/workflows/ci.yml

@@ -69,8 +69,9 @@ jobs:
         run: bundle exec rake
 
       - name: Coveralls
-        uses: coverallsapp/github-action@v1
-        fail-on-error: false
+        uses: coverallsapp/github-action@v2
+        with:
+          fail-on-error: false
 
   ghcr-build-docker-images:
     name: ghcr-docker-build-${{ matrix.docker_image }}