Skip to content

Commit dad805f

Browse files
πŸ”„ Synced local '.github/' with remote '.github/'
1 parent 683a9e8 commit dad805f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

β€Ž.github/workflows/master.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: πŸ§ͺ Run tests
2222
run: dotnet test --no-build -c Release --filter FullyQualifiedName\!~Tests.Integration /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
2323
- name: ☒ Publish to Codecov
24-
uses: codecov/codecov-action@v2
24+
uses: codecov/codecov-action@v3
2525
- name: πŸ—œ Pack artifacts
2626
run: dotnet pack --no-build -c Release --version-suffix dev-$(date +%s) -o artifacts/
2727
- name: πŸ—„ Publish artifacts

β€Ž.github/workflows/pr.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
- name: πŸ§ͺ Run tests
2222
run: dotnet test --no-build -c Release --filter FullyQualifiedName\!~Tests.Integration /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
2323
- name: ☒ Publish to Codecov
24-
uses: codecov/codecov-action@v2
24+
uses: codecov/codecov-action@v3

β€Ž.github/workflows/prod.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: πŸ§ͺ Run tests
2222
run: dotnet test --no-build -c Release --filter FullyQualifiedName\!~Tests.Integration /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
2323
- name: ☒ Publish to Codecov
24-
uses: codecov/codecov-action@v2
24+
uses: codecov/codecov-action@v3
2525
- name: πŸ—œ Pack artifacts
2626
run: dotnet pack -c Release --no-build -o artifacts/
2727
- name: πŸ—„ Publish artifacts

0 commit comments

Comments
Β (0)