Skip to content

Commit 23ab346

Browse files
authored
Merge pull request #15 from TestableIO/renovate/actions-upload-artifact-3.x
chore(deps): update actions/upload-artifact action to v3
2 parents a6a6a03 + 770ca74 commit 23ab346

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
@@ -30,7 +30,7 @@ jobs:
3030
- name: Run tests
3131
run: dotnet test --collect:"XPlat Code Coverage" --logger "GitHubActions"
3232
- name: Upload coverage
33-
uses: actions/upload-artifact@v2
33+
uses: actions/upload-artifact@v3
3434
with:
3535
name: Code coverage ${{ matrix.os }}
3636
path: "**/coverage.cobertura.xml"
@@ -81,7 +81,7 @@ jobs:
8181
- name: Create packages
8282
run: dotnet pack --configuration Release --output ./packages
8383
- name: Upload a Build Artifact
84-
uses: actions/upload-artifact@v2
84+
uses: actions/upload-artifact@v3
8585
with:
8686
name: NuGet packages
8787
path: packages/*.*

0 commit comments

Comments
 (0)