We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad7d02 commit 9f765dfCopy full SHA for 9f765df
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
run: dotnet restore
32
- name: Build
33
run: dotnet build --no-restore
34
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
35
with:
36
name: NuGet
37
path: ${{ env.NUGET_PATH }}
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
26
27
run: dotnet build ${{ env.PROJECT_PATH }} -c Release /p:Version=${{ github.event.release.tag_name }} --no-restore
28
29
30
0 commit comments