We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1513c83 commit 600bda2Copy full SHA for 600bda2
.github/workflows/build.yaml
@@ -29,16 +29,16 @@ env:
29
jobs:
30
build:
31
name: Build
32
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
33
#url: https://github.com/actions/virtual-environments
34
35
steps:
36
- name: Check Out Code
37
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
38
#url: https://github.com/actions/checkout
39
40
- name: Configure .NET
41
- uses: actions/setup-dotnet@v3
+ uses: actions/setup-dotnet@v4
42
#url: https://github.com/actions/setup-dotnet
43
with:
44
dotnet-version: 6.0.x
@@ -62,7 +62,7 @@ jobs:
62
VERSION: ${{ steps.build.outputs.version }}
63
64
- name: Save Package
65
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
66
#url: https://github.com/actions/upload-artifact
67
68
name: Packages
0 commit comments