We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df5b119 + 8f23c8b commit 2caf500Copy full SHA for 2caf500
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.2
+ uses: actions/upload-artifact@v4.3.3
49
with:
50
name: artifacts
51
path: ./artifacts
0 commit comments