Skip to content

Commit 129f44f

Browse files
authored
Merge pull request #46 from escendit/dependabot/github_actions/actions/upload-artifact-5
chore(deps): Bump actions/upload-artifact from 4 to 5
2 parents 7f9d164 + 2c7f2a5 commit 129f44f

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

0 commit comments

Comments
 (0)