Skip to content

Commit

Permalink
Merge pull request #433 from Aragas/dev
Browse files Browse the repository at this point in the history
v5.9.2 #2
  • Loading branch information
Aragas committed Dec 28, 2023
2 parents 59177f0 + 92bf1f5 commit 37c494a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
shell: pwsh

- name: ReportGenerator
uses: danielpalme/ReportGenerator-GitHub-Action@4.6.1
uses: danielpalme/ReportGenerator-GitHub-Action@5.2.0
with:
reports: 'coverage_mcm_stable_debug.xml;coverage_mcm_stable_release.xml;coverage_mcm_beta_debug.xml;coverage_mcm_beta_release.xml'
targetdir: 'coveragereport'
Expand All @@ -82,13 +82,13 @@ jobs:
tag: '${{ github.run_number }}_${{ github.run_id }}' # Optional tag or build version.

- name: Upload ReportGenerator to GitHub
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: coverage-report
path: coveragereport

- name: Upload ReportGenerator to CodeCov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
token: ${{secrets.CODECOV_TOKEN}}
file: coveragereport/Cobertura.xml
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Upload Bannerlord folder
if: ${{ github.ref == 'refs/heads/master' }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: bannerlord
path: ./bannerlord/
Expand Down

0 comments on commit 37c494a

Please sign in to comment.