Skip to content

Commit ee2ea56

Browse files
authored
Merge pull request #5 from dozer75/build/fix-dependency-usage
Update GitHubActions steps actions
2 parents bb6929f + 11dfa02 commit ee2ea56

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/master-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ jobs:
4545
output: both
4646
thresholds: '90 95'
4747
- name: Create code coverage HTML report
48-
uses: danielpalme/ReportGenerator-GitHub-Action@5.1.24
48+
uses: danielpalme/ReportGenerator-GitHub-Action@5.3.9
4949
with:
5050
reports: ./coverage/*.xml
5151
targetdir: report
5252
reporttypes: HtmlInline
5353
- name: Upload code coverage HTML report as artifact
54-
uses: actions/upload-artifact@v3
54+
uses: actions/upload-artifact@v4
5555
with:
5656
name: CodeCoverageReport
5757
path: report

.github/workflows/master-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
targetdir: report
4949
reporttypes: HtmlInline
5050
- name: Upload code coverage HTML report as artifact
51-
uses: actions/upload-artifact@v3
51+
uses: actions/upload-artifact@v4
5252
with:
5353
name: CodeCoverageReport
5454
path: report

0 commit comments

Comments
 (0)