Skip to content

Commit 9f765df

Browse files
authored
Update build.yml (#7)
* Update build.yml * Update release.yml
1 parent 3ad7d02 commit 9f765df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: dotnet restore
3232
- name: Build
3333
run: dotnet build --no-restore
34-
- uses: actions/upload-artifact@v3
34+
- uses: actions/upload-artifact@v4
3535
with:
3636
name: NuGet
3737
path: ${{ env.NUGET_PATH }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: dotnet restore
2626
- name: Build
2727
run: dotnet build ${{ env.PROJECT_PATH }} -c Release /p:Version=${{ github.event.release.tag_name }} --no-restore
28-
- uses: actions/upload-artifact@v3
28+
- uses: actions/upload-artifact@v4
2929
with:
3030
name: NuGet
3131
path: ${{ env.NUGET_PATH }}

0 commit comments

Comments
 (0)