Skip to content

Commit 9a6fead

Browse files
Bump actions/upload-artifact from 4 to 5 in the github-actions group (#231)
Bumps the github-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a22e347 commit 9a6fead

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,13 @@ jobs:
124124
-reportTypes:htmlInline
125125
- name: Upload code coverage report to artifacts
126126
if: matrix.os == 'ubuntu-latest' && steps.even-if-tests-fail.outputs.condition == 'true' && always()
127-
uses: actions/upload-artifact@v4
127+
uses: actions/upload-artifact@v5
128128
with:
129129
name: ${{ env.CODE_COVERAGE_ARTIFACT_NAME }}
130130
path: ${{ steps.code-coverage-report-generator.outputs.test-coverage-report-dir }}
131131
- name: Upload test results to artifacts
132132
if: matrix.os == 'ubuntu-latest' && steps.even-if-tests-fail.outputs.condition == 'true' && always()
133-
uses: actions/upload-artifact@v4
133+
uses: actions/upload-artifact@v5
134134
with:
135135
name: ${{ env.TEST_RESULTS_ARTIFACT_NAME }}
136136
path: ${{ steps.dotnet-test.outputs.test-results-dir }}

0 commit comments

Comments
 (0)