Skip to content

Commit 6b2e061

Browse files
chore(deps): bump actions/upload-artifact from 4 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d72ec23 commit 6b2e061

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/steps.dotnet-build-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
on:
1+
on:
22
workflow_call:
33
inputs:
44
runs-on:
@@ -117,7 +117,7 @@ jobs:
117117
dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
118118
119119
- name: 📤 Upload Test And Coverage Results
120-
uses: actions/upload-artifact@v4
120+
uses: actions/upload-artifact@v6
121121
if: always() # run this step even if previous step failed
122122
with:
123123
name: ${{ inputs.runs-on }}
@@ -136,7 +136,7 @@ jobs:
136136
shell: pwsh
137137

138138
- name: 📤 Upload Nuget Package
139-
uses: actions/upload-artifact@v4
139+
uses: actions/upload-artifact@v6
140140
if: ${{ inputs.publish-package }}
141141
with:
142142
if-no-files-found: error

0 commit comments

Comments
 (0)