File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 68
68
- name : Package
69
69
run : dotnet pack build.proj --version-suffix ${{ steps.version_suffix.outputs.version_suffix }}
70
70
- name : Upload Artifacts
71
- uses : actions/upload-artifact@v2
71
+ uses : actions/upload-artifact@v4
72
72
with :
73
- name : nupkg
73
+ name : nupkg-${{ matrix.runs-on }}
74
74
path : ./bin/nupkg/*.nupkg
75
75
- name : Push to GitHub Feed
76
76
continue-on-error : true
Original file line number Diff line number Diff line change 29
29
- name : Package
30
30
run : dotnet pack build.proj
31
31
- name : Upload Artifacts
32
- uses : actions/upload-artifact@v2
32
+ uses : actions/upload-artifact@v4
33
33
with :
34
- name : nupkg
34
+ name : nupkg-${{ matrix.runs-on }}
35
35
path : ./bin/nupkg/*.nupkg
36
36
- name : Push to GitHub Feed
37
37
shell : bash
You can’t perform that action at this time.
0 commit comments