Skip to content

Commit

Permalink
Merge pull request #23 from AdmiralCurtiss/actions-v3
Browse files Browse the repository at this point in the history
Update GitHub actions to v3.
  • Loading branch information
AdmiralCurtiss authored Mar 4, 2023
2 parents 7222ef7 + 8a320a1 commit 5fcb573
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Setup .NET
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- name: Restore dependencies for program
Expand All @@ -37,7 +37,7 @@ jobs:
- run: mv HyoutaUtils/LICENSE LICENSE_HyoutaUtils
- run: mv LICENSE* _publish
- run: mv README.md _publish
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: HyoutaToolsCLI
path: _publish

0 comments on commit 5fcb573

Please sign in to comment.