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 bcaecbb commit d6ec218Copy full SHA for d6ec218
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
run: dotnet pack -p:PackageVersion="${{ env.VERSION }}" -o packages
40
41
- name: Upload artifacts
42
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
43
with:
44
name: packages
45
path: packages/*nupkg
0 commit comments