Skip to content

Commit 74d4c83

Browse files
chore: Synced local '.github/' with remote '.github/'
1 parent 238e38a commit 74d4c83

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"https://github.com/xunit",
2626
"https://github.com/microsoft/vstest"
2727
],
28-
"groupName": "tests"
28+
"groupName": "test packages"
2929
}
3030
]
3131
}

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: 🧪 Run tests
3434
run: dotnet test --no-build -c Release --filter FullyQualifiedName\!~Tests.Integration /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
3535
- name: ☢ Publish to Codecov
36-
uses: codecov/codecov-action@v2
36+
uses: codecov/codecov-action@v3
3737
- name: 🗜 Pack Dev NuGet artifacts
3838
if: github.ref == 'refs/heads/master'
3939
run: dotnet pack --no-build -c Release --version-suffix dev-$(date +%s) -o artifacts/
@@ -53,7 +53,7 @@ jobs:
5353
runs-on: ubuntu-22.04
5454
steps:
5555
- name: 📥 Download artifacts
56-
uses: actions/download-artifact@v2
56+
uses: actions/download-artifact@v3
5757
with:
5858
name: nupkg
5959
- name: 📦 Publish to GitHub
@@ -65,7 +65,7 @@ jobs:
6565
runs-on: ubuntu-22.04
6666
steps:
6767
- name: 📥 Download artifacts
68-
uses: actions/download-artifact@v2
68+
uses: actions/download-artifact@v3
6969
with:
7070
name: nupkg
7171
- name: 📦 Publish to NuGet

0 commit comments

Comments
 (0)