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 6868 - name : Package
6969 run : dotnet pack build.proj --version-suffix ${{ steps.version_suffix.outputs.version_suffix }}
7070 - name : Upload Artifacts
71- uses : actions/upload-artifact@v2
71+ uses : actions/upload-artifact@v4
7272 with :
73- name : nupkg
73+ name : nupkg-${{ matrix.runs-on }}
7474 path : ./bin/nupkg/*.nupkg
7575 - name : Push to GitHub Feed
7676 continue-on-error : true
Original file line number Diff line number Diff line change 2929 - name : Package
3030 run : dotnet pack build.proj
3131 - name : Upload Artifacts
32- uses : actions/upload-artifact@v2
32+ uses : actions/upload-artifact@v4
3333 with :
34- name : nupkg
34+ name : nupkg-${{ matrix.runs-on }}
3535 path : ./bin/nupkg/*.nupkg
3636 - name : Push to GitHub Feed
3737 shell : bash
You can’t perform that action at this time.
0 commit comments