File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929 dotnet pack -c Release
3030
3131 - name : Upload artifact
32- uses : actions/upload-artifact@v1
32+ uses : actions/upload-artifact@v4
3333 with :
3434 name : ${{ github.event.repository.name }}.nupkg
3535 path : src/${{ github.event.repository.name }}/bin/Release/${{ github.event.repository.name }}.0.0.0.nupkg
Original file line number Diff line number Diff line change 88 - ' v\d.\d.\d'
99
1010jobs :
11- build :
11+ release-plugin :
1212
1313 runs-on : [windows-latest]
1414
4040 dotnet pack -c Release
4141
4242 - name : Upload artifact
43- uses : actions/upload-artifact@v1
43+ uses : actions/upload-artifact@v4
4444 with :
4545 name : ${{ github.event.repository.name }}.nupkg
4646 path : src/${{ github.event.repository.name }}/bin/Release/${{ github.event.repository.name }}.${{ steps.extract_version.outputs.version }}.nupkg
You can’t perform that action at this time.
0 commit comments