Skip to content

Commit 07a01ae

Browse files
Bump actions/upload-artifact from 5 to 6 (CommunityToolkit#3004)
1 parent cfc40c7 commit 07a01ae

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: dotnet run --project ${{ env.PathToCommunityToolkitSourceGeneratorsBenchmarksCsproj }} -c Release -- -a "${{ runner.temp }}"
5757

5858
- name: Publish Benchmarks
59-
uses: actions/upload-artifact@v5
59+
uses: actions/upload-artifact@v6
6060
with:
6161
name: Benchmarks
6262
path: |

.github/workflows/dotnet-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ jobs:
254254
shell: pwsh
255255

256256
- name: Upload Package List
257-
uses: actions/upload-artifact@v5
257+
uses: actions/upload-artifact@v6
258258
if: ${{ runner.os == 'Windows' }}
259259
with:
260260
name: nuget-list
@@ -264,7 +264,7 @@ jobs:
264264
265265
- name: Publish Packages
266266
if: ${{ runner.os == 'Windows' }}
267-
uses: actions/upload-artifact@v5
267+
uses: actions/upload-artifact@v6
268268
with:
269269
name: packages
270270
path: ${{ github.workspace }}/nuget/
@@ -336,7 +336,7 @@ jobs:
336336
--verbosity Information
337337
338338
- name: Publish Packages
339-
uses: actions/upload-artifact@v5
339+
uses: actions/upload-artifact@v6
340340
with:
341341
name: signed-packages
342342
if-no-files-found: error

0 commit comments

Comments
 (0)