Skip to content

Commit

Permalink
Update dev.yml according to node.20 upgrade guide
Browse files Browse the repository at this point in the history
  • Loading branch information
MyDragonBreath authored Apr 25, 2024
1 parent 50c649e commit 0c7555f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
dotnet-version: ['6.0']

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.4
with:
submodules: true

- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: ${{ matrix.dotnet-version }}

Expand All @@ -28,7 +28,7 @@ jobs:
- name: Build
run: dotnet build --configuration Release --no-restore

- uses: actions/upload-artifact@v3.1.2
- uses: actions/upload-artifact@v4.3.3
with:
name: TownOfUs.dll
path: source/bin/Release/net6.0/TownOfUs.dll

0 comments on commit 0c7555f

Please sign in to comment.