Skip to content

Commit 8c560e4

Browse files
authored
Merge pull request #20 from escendit/dependabot/github_actions/actions/upload-artifact-5
chore(deps): bump actions/upload-artifact from 4 to 5
2 parents 90f42b4 + 89c32b5 commit 8c560e4

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)