File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -146,13 +146,13 @@ jobs:
146146 dotnet .build/bin/Debug/.build.dll --target Default --skip Restore Build Test Pack
147147 - name : 🏺 Publish logs
148148 if : always()
149- uses : actions/upload-artifact@v4.6.2
149+ uses : actions/upload-artifact@v5.0.0
150150 with :
151151 name : ' logs'
152152 path : ' artifacts/logs/'
153153 - name : 🏺 Publish test data
154154 if : always()
155- uses : actions/upload-artifact@v4.6.2
155+ uses : actions/upload-artifact@v5.0.0
156156 with :
157157 name : ' test data'
158158 path : ' artifacts/test/'
@@ -163,7 +163,7 @@ jobs:
163163 files : ' artifacts/test/**/*.trx'
164164 - name : 🏺 Publish coverage data
165165 if : always()
166- uses : actions/upload-artifact@v4.6.2
166+ uses : actions/upload-artifact@v5.0.0
167167 with :
168168 name : ' coverage'
169169 path : ' coverage/'
@@ -184,7 +184,7 @@ jobs:
184184 token : ' ${{ secrets.CODECOV_TOKEN }}'
185185 - name : 🏺 Publish NuGet Packages
186186 if : always()
187- uses : actions/upload-artifact@v4.6.2
187+ uses : actions/upload-artifact@v5.0.0
188188 with :
189189 name : ' nuget'
190190 path : ' artifacts/nuget/'
Original file line number Diff line number Diff line change 4949 run : |
5050 echo "$GITHUB_CONTEXT"
5151 - name : 🚀 NuGet
52- uses : actions/download-artifact@v4
52+ uses : actions/download-artifact@v6
5353 with :
5454 github-token : ' ${{ secrets.GITHUB_TOKEN }}'
5555 name : ' nuget'
You can’t perform that action at this time.
0 commit comments