Update GitHub Actions versions
this should change literally nothing about the project itself.
This commit is contained in:
@@ -18,9 +18,9 @@ jobs:
|
||||
runs-on: [ windows-latest ]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Setup .NET Core
|
||||
uses: actions/setup-dotnet@v1
|
||||
uses: actions/setup-dotnet@v3
|
||||
with:
|
||||
dotnet-version: ${{ env.DOTNET_VERSION }}
|
||||
|
||||
@@ -34,4 +34,4 @@ jobs:
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: build
|
||||
path: BAKKA-Editor\bin\Release\net6.0-windows\
|
||||
path: BAKKA-Editor\bin\Release\net6.0-windows\
|
||||
|
||||
Reference in New Issue
Block a user