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 29
29
dotnet pack -c Release
30
30
31
31
- name : Upload artifact
32
- uses : actions/upload-artifact@v1
32
+ uses : actions/upload-artifact@v4
33
33
with :
34
34
name : ${{ github.event.repository.name }}.nupkg
35
35
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 8
8
- ' v\d.\d.\d'
9
9
10
10
jobs :
11
- build :
11
+ release-plugin :
12
12
13
13
runs-on : [windows-latest]
14
14
40
40
dotnet pack -c Release
41
41
42
42
- name : Upload artifact
43
- uses : actions/upload-artifact@v1
43
+ uses : actions/upload-artifact@v4
44
44
with :
45
45
name : ${{ github.event.repository.name }}.nupkg
46
46
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