Skip to content

Commit

Permalink
Merge pull request #15 from TestableIO/renovate/actions-upload-artifa…
Browse files Browse the repository at this point in the history
…ct-3.x

chore(deps): update actions/upload-artifact action to v3
  • Loading branch information
gigi81 authored Mar 11, 2022
2 parents a6a6a03 + 770ca74 commit 23ab346
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Run tests
run: dotnet test --collect:"XPlat Code Coverage" --logger "GitHubActions"
- name: Upload coverage
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: Code coverage ${{ matrix.os }}
path: "**/coverage.cobertura.xml"
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Create packages
run: dotnet pack --configuration Release --output ./packages
- name: Upload a Build Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: NuGet packages
path: packages/*.*
Expand Down

0 comments on commit 23ab346

Please sign in to comment.