Skip to content

Commit

Permalink
Merge pull request #2007 from jnyrup/github_actions
Browse files Browse the repository at this point in the history
Update GitHub actions
  • Loading branch information
jnyrup committed Oct 1, 2022
2 parents 02623f2 + 8c82c5c commit cba483e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -17,12 +17,12 @@ jobs:
DOTNET_NOLOGO: true

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Setup .NET SDKs
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
2.1.x
Expand All @@ -43,6 +43,6 @@ jobs:
path-to-lcov: TestResults/reports/lcov.info

- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
path: ./Artifacts/*

0 comments on commit cba483e

Please sign in to comment.