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 3150fe6 commit 86fa895Copy full SHA for 86fa895
.github/workflows/publish-preview.yml
@@ -41,7 +41,7 @@ jobs:
41
working-directory: src
42
run: dotnet pack --no-restore -c Release -p:VersionSuffix=$GITHUB_RUN_NUMBER -o out
43
- name: Upload artifacts
44
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
45
with:
46
name: Nuget packages
47
path: |
.github/workflows/publish-release.yml
@@ -47,7 +47,7 @@ jobs:
48
run: dotnet pack --no-restore --no-build -c Release -p:Version=$version -o out
49
- name: Upload Nuget packages as workflow artifacts
50
51
52
53
0 commit comments