Skip to content

Commit b71ead2

Browse files
chore(deps): update actions/upload-artifact action to v3 (#821)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 7518240 commit b71ead2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Run tests
2828
run: dotnet test --collect:"XPlat Code Coverage" --logger "GitHubActions"
2929
- name: Upload coverage
30-
uses: actions/upload-artifact@v2
30+
uses: actions/upload-artifact@v3
3131
with:
3232
name: Code coverage ${{ matrix.os }}
3333
path: "**/coverage.cobertura.xml"
@@ -78,7 +78,7 @@ jobs:
7878
- name: Create packages
7979
run: dotnet pack --configuration Release --output ./packages
8080
- name: Upload a Build Artifact
81-
uses: actions/upload-artifact@v2
81+
uses: actions/upload-artifact@v3
8282
with:
8383
name: NuGet packages
8484
path: packages/*.*

0 commit comments

Comments
 (0)