We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f2bf46 commit 521583dCopy full SHA for 521583d
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Pack solution [Release]
33
run: dotnet pack --no-restore --no-build -c Release -p:VersionSuffix=$GITHUB_RUN_NUMBER -o out
34
- name: Upload artifacts
35
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
36
with:
37
name: Nuget packages
38
path: |
0 commit comments