Skip to content

Commit 1754172

Browse files
committed
🎆
1 parent 2b4122b commit 1754172

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: dotnet pack MqttNet.DependencyInjection/${{ vars.CS_PROJ_PATH }} -p:Version='${{ steps.gitversion.outputs.SemVer }}' -c Release
4242

4343
- name: Upload NuGet package to GitHub
44-
uses: actions/upload-artifact@v3
44+
uses: actions/upload-artifact@v4
4545
with:
4646
name: nugetPackage
4747
path: bin/Release/*.nupkg
@@ -54,7 +54,7 @@ jobs:
5454
steps:
5555
#Push NuGet package to GitHub packages
5656
- name: Download nuget package artifact
57-
uses: actions/download-artifact@v3
57+
uses: actions/download-artifact@v4
5858
with:
5959
name: nugetPackage
6060
path: nugetPackage

0 commit comments

Comments
 (0)