We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b4122b commit 1754172Copy full SHA for 1754172
.github/workflows/main.yml
@@ -41,7 +41,7 @@ jobs:
41
run: dotnet pack MqttNet.DependencyInjection/${{ vars.CS_PROJ_PATH }} -p:Version='${{ steps.gitversion.outputs.SemVer }}' -c Release
42
43
- name: Upload NuGet package to GitHub
44
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
45
with:
46
name: nugetPackage
47
path: bin/Release/*.nupkg
@@ -54,7 +54,7 @@ jobs:
54
steps:
55
#Push NuGet package to GitHub packages
56
- name: Download nuget package artifact
57
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
58
59
60
path: nugetPackage
0 commit comments