Skip to content

Commit 89c32b5

Browse files
chore(deps): bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 90f42b4 commit 89c32b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Test .NET Solution
5757
run: dotnet test --configuration Release --no-build --filter="Category=UnitTest|Category=IntegrationTest" --logger "trx;LogFilePrefix=test-results"
5858

59-
- uses: actions/upload-artifact@v4
59+
- uses: actions/upload-artifact@v5
6060
if: always()
6161
with:
6262
name: test-results
@@ -72,7 +72,7 @@ jobs:
7272
if: ${{ github.event_name == 'release' && github.event.release.tag_name != '' }}
7373

7474
- name: Store .NET Package
75-
uses: actions/upload-artifact@v4
75+
uses: actions/upload-artifact@v5
7676
with:
7777
name: nuget
7878
if-no-files-found: error

0 commit comments

Comments
 (0)