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 973b850 commit 2a072ceCopy full SHA for 2a072ce
.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@v4
+ uses: actions/upload-artifact@v5
36
with:
37
name: Nuget packages
38
path: |
.github/workflows/publish.yml
@@ -42,7 +42,7 @@ jobs:
42
43
run: dotnet pack --no-restore --no-build -c Release -p:Version=$version -o out
44
- name: Upload Nuget packages as workflow artifacts
45
46
47
48
0 commit comments