Parcourir la source

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

Akinori MUSHA il y a 10 mois
Parent
commit
e914cea961
1 fichiers modifiés avec 3 ajouts et 2 suppressions
  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 }}