Update upload-artifact action to version 6

This commit is contained in:
2026-01-15 21:18:02 +01:00
committed by GitHub
Unverified
parent 5511bbebfc
commit 9d21d08fe5

View File

@@ -33,7 +33,7 @@ jobs:
- name: Create NuGet package
run: dotnet pack -c Release -p:Version=${{steps.gitversion.outputs.SemVer}} -p:PackageVersion=${{steps.gitversion.outputs.SemVer}} --output ${{ github.workspace}}/nuget
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v6
with:
name: nuget
path: ${{ github.workspace}}/nuget/*.nupkg