We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40bee98 + 3bf3b5c commit 800d1a9Copy full SHA for 800d1a9
1 file changed
.github/workflows/dotnet.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Pack nuget
46
run: dotnet pack --output ./artifacts -p:Version=${{ steps.gitversion.outputs.nuGetVersion }}
47
- name: Upload artifact
48
- uses: actions/upload-artifact@v3.1.0
+ uses: actions/upload-artifact@v3.1.1
49
with:
50
name: artifacts
51
path: ./artifacts
0 commit comments