Update upload-artifact action to version 6
This commit is contained in:
2
.github/workflows/push_main.yml
vendored
2
.github/workflows/push_main.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
|||||||
- name: Create NuGet package
|
- 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
|
run: dotnet pack -c Release -p:Version=${{steps.gitversion.outputs.SemVer}} -p:PackageVersion=${{steps.gitversion.outputs.SemVer}} --output ${{ github.workspace}}/nuget
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: nuget
|
name: nuget
|
||||||
path: ${{ github.workspace}}/nuget/*.nupkg
|
path: ${{ github.workspace}}/nuget/*.nupkg
|
||||||
|
|||||||
Reference in New Issue
Block a user