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 9f1828c commit 893d53dCopy full SHA for 893d53d
.github/workflows/publish-preview.yml
@@ -38,7 +38,7 @@ jobs:
38
working-directory: src
39
run: dotnet pack --no-build -c Release -o out
40
- name: Upload artifacts
41
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
42
with:
43
name: Nuget packages
44
path: |
.github/workflows/publish-release.yml
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
0 commit comments