Skip to content

Commit

Permalink
Update upload artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
blaise17 committed Nov 22, 2024
1 parent 1e00bb8 commit cdcd1d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ jobs:
reporttypes: HtmlInline
continue-on-error: false
- name: Upload CoverageReport
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: CoverageReport
path: coveragereport_${{ github.run_number }}
- name: Upload CoverageReportFiles
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: CoverageReportFiles
path: "${{ github.workspace }}/**/results.xml"

0 comments on commit cdcd1d1

Please sign in to comment.