Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

- name: Publish Benchmarks
if: runner.os == 'Windows'
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: Benchmarks
path: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dotnet-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
shell: pwsh

- name: Upload Package List
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
if: ${{ runner.os == 'Windows' }}
with:
name: nuget-list
Expand All @@ -189,7 +189,7 @@ jobs:

- name: Publish Packages
if: ${{ runner.os == 'Windows' }}
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: packages
path: ${{ github.workspace }}/nuget/
Expand Down Expand Up @@ -241,7 +241,7 @@ jobs:
--verbosity Information

- name: Publish Packages
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: signed-packages
if-no-files-found: error
Expand Down
Loading