Skip to content

Commit 958fdca

Browse files
authored
Merge pull request #52 from escendit/dependabot/github_actions/actions/upload-artifact-7
chore(deps): Bump actions/upload-artifact from 6 to 7
2 parents fbacee4 + 878ffc7 commit 958fdca

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@v6
59+
- uses: actions/upload-artifact@v7
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@v6
75+
uses: actions/upload-artifact@v7
7676
with:
7777
name: nuget
7878
if-no-files-found: error

0 commit comments

Comments
 (0)