Update GitHub Actions versions

this should change literally nothing about the project itself.
This commit is contained in:
Zsolt Zitting
2022-11-15 16:15:52 -07:00
committed by GitHub
parent c2ca4862c5
commit 1b2178ffdf
+3 -3
View File
@@ -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\