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 6363
6464 - name : Publish Benchmarks
6565 if : runner.os == 'Windows'
66- uses : actions/upload-artifact@v5
66+ uses : actions/upload-artifact@v6
6767 with :
6868 name : Benchmarks
6969 path : |
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ jobs:
179179 shell : pwsh
180180
181181 - name : Upload Package List
182- uses : actions/upload-artifact@v5
182+ uses : actions/upload-artifact@v6
183183 if : ${{ runner.os == 'Windows' }}
184184 with :
185185 name : nuget-list
@@ -189,7 +189,7 @@ jobs:
189189
190190 - name : Publish Packages
191191 if : ${{ runner.os == 'Windows' }}
192- uses : actions/upload-artifact@v5
192+ uses : actions/upload-artifact@v6
193193 with :
194194 name : packages
195195 path : ${{ github.workspace }}/nuget/
@@ -241,7 +241,7 @@ jobs:
241241 --verbosity Information
242242
243243 - name : Publish Packages
244- uses : actions/upload-artifact@v5
244+ uses : actions/upload-artifact@v6
245245 with :
246246 name : signed-packages
247247 if-no-files-found : error
You can’t perform that action at this time.
0 commit comments