Skip to content

Commit

Permalink
Merge pull request #25 from AdmiralCurtiss/github-actions-update
Browse files Browse the repository at this point in the history
Update GitHub workflow to current versions of actions
  • Loading branch information
AdmiralCurtiss authored Jul 31, 2024
2 parents c016c59 + 618f69e commit 85e64b8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 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@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
- name: Restore dependencies for program
Expand All @@ -37,7 +37,9 @@ jobs:
- run: mv HyoutaUtils/LICENSE LICENSE_HyoutaUtils
- run: mv LICENSE* _publish
- run: mv README.md _publish
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: HyoutaToolsCLI
path: _publish
if-no-files-found: error
compression-level: 9

0 comments on commit 85e64b8

Please sign in to comment.