Skip to content

Commit 97e5bd2

Browse files
dependabot[bot]NelsonBN
authored andcommitted
build(deps): Bump actions/upload-artifact from 5.0.0 to 6.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9fe46a8 commit 97e5bd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
toolpath: "reportgeneratortool" # Default directory for installing the dotnet tool.
6464

6565
- name: "Upload Combined Coverage"
66-
uses: actions/upload-artifact@v5.0.0
66+
uses: actions/upload-artifact@v6.0.0
6767
with:
6868
name: 'Coverage'
6969
path: ${{ github.workspace }}/Cobertura.xml
@@ -92,7 +92,7 @@ jobs:
9292
path: code-coverage-results.md
9393

9494
- name: "Upload Test Results"
95-
uses: actions/upload-artifact@v5.0.0
95+
uses: actions/upload-artifact@v6.0.0
9696
with:
9797
name: 'TestResults'
9898
path: ${{ github.workspace }}/${{ env.COVERAGE_REPORT_DIRECTORY }}/**/*

0 commit comments

Comments
 (0)