.github/workflows/main.yml in alba-3.3.3 vs .github/workflows/main.yml in alba-3.4.0
- old
+ new
@@ -31,9 +31,9 @@
bundler-cache: true
- name: Run the default task
run: |
bundle exec rake
- name: CodeCov
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
with:
files: ./coverage/coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}