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 1919 9.0.x
2020
2121 - name : Download test results
22- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
22+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
2323 with :
2424 pattern : testresults-*
2525
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111 dotnet-version : 10.0.x
112112
113113 - name : Download build artifacts
114- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
114+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
115115
116116 - name : Authenticate to GitHub registry
117117 run : dotnet nuget add source
@@ -141,7 +141,7 @@ jobs:
141141 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
142142
143143 - name : Download build artifacts
144- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
144+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
145145
146146 - name : Upload release asset
147147 run : gh release upload ${{ github.event.release.tag_name }}
@@ -166,7 +166,7 @@ jobs:
166166 dotnet-version : 10.0.x
167167
168168 - name : Download build artifacts
169- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
169+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
170170
171171 - name : Publish to NuGet.org (Releases only)
172172 run : dotnet nuget push
You can’t perform that action at this time.
0 commit comments