Skip to content

Commit bed5144

Browse files
authored
Merge pull request #36 from escendit/dependabot/github_actions/actions/upload-artifact-5
chore(deps): bump actions/upload-artifact from 4 to 5
2 parents b966868 + 3619282 commit bed5144

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

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

58-
- uses: actions/upload-artifact@v4
58+
- uses: actions/upload-artifact@v5
5959
if: success() || failure()
6060
with:
6161
name: test-results
@@ -71,7 +71,7 @@ jobs:
7171
if: ${{ github.event_name == 'release' && github.ref_type == 'tag' || github.event.release.tag_name }}
7272

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

0 commit comments

Comments
 (0)