Skip to content

Commit 8412702

Browse files
authored
Merge branch 'master' into observer_done
2 parents fc7c49a + 55deaaf commit 8412702

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Pack solution [Release]
3333
run: dotnet pack --no-restore --no-build -c Release -p:VersionSuffix=$GITHUB_RUN_NUMBER -o out
3434
- name: Upload artifacts
35-
uses: actions/upload-artifact@v5
35+
uses: actions/upload-artifact@v7
3636
with:
3737
name: Nuget packages
3838
path: |

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Pack solution [Release]
4343
run: dotnet pack --no-restore --no-build -c Release -p:Version=$version -o out
4444
- name: Upload Nuget packages as workflow artifacts
45-
uses: actions/upload-artifact@v5
45+
uses: actions/upload-artifact@v7
4646
with:
4747
name: Nuget packages
4848
path: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: dotnet test --no-restore --no-build
6868
- name: Upload coverage to codecov
6969
if: ${{ startsWith(matrix.os, 'ubuntu') }}
70-
uses: codecov/codecov-action@v5
70+
uses: codecov/codecov-action@v6
7171
with:
7272
files: .coverage/GraphQL.Server.Transports.AspNetCore.Tests/coverage.net7.0.opencover.xml,.coverage/GraphQL.Server.Transports.AspNetCore.Tests/coverage.netcoreapp2.1.opencover.xml,.coverage/GraphQL.Server.Samples.Server.Tests/coverage.net7.0.opencover.xml
7373

0 commit comments

Comments
 (0)