Skip to content

Commit 1c896df

Browse files
authored
Merge pull request #50 from escendit/dependabot/github_actions/actions/upload-artifact-6
chore(deps): Bump actions/upload-artifact from 5 to 6
2 parents a9bbc45 + 148c620 commit 1c896df

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@v5
59+
- uses: actions/upload-artifact@v6
6060
if: success() || failure()
6161
with:
6262
name: test-results
@@ -72,7 +72,7 @@ jobs:
7272
if: ${{ github.event_name == 'release' && github.ref_type == 'tag' || github.event.release.tag_name }}
7373

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

0 commit comments

Comments
 (0)