File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5151 shell : bash
5252
5353 - name : " Publish artifacts"
54- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
54+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
5555 with :
5656 name : ${{matrix.os}}
5757 path : " ./artifacts"
6868 runs-on : windows-latest
6969 steps :
7070 - name : " Download Artifact"
71- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
71+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
7272 with :
7373 name : " windows-latest"
7474 - name : " Dotnet NuGet Add Source"
8888 runs-on : windows-latest
8989 steps :
9090 - name : " Download Artifact"
91- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
91+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
9292 with :
9393 name : " windows-latest"
9494 - name : " Dotnet NuGet Push"
You can’t perform that action at this time.
0 commit comments