Skip to content

Commit 600bda2

Browse files
committed
Update agent and task versions.
1 parent 1513c83 commit 600bda2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ env:
2929
jobs:
3030
build:
3131
name: Build
32-
runs-on: ubuntu-22.04
32+
runs-on: ubuntu-latest
3333
#url: https://github.com/actions/virtual-environments
3434

3535
steps:
3636
- name: Check Out Code
37-
uses: actions/checkout@v3
37+
uses: actions/checkout@v4
3838
#url: https://github.com/actions/checkout
3939

4040
- name: Configure .NET
41-
uses: actions/setup-dotnet@v3
41+
uses: actions/setup-dotnet@v4
4242
#url: https://github.com/actions/setup-dotnet
4343
with:
4444
dotnet-version: 6.0.x
@@ -62,7 +62,7 @@ jobs:
6262
VERSION: ${{ steps.build.outputs.version }}
6363

6464
- name: Save Package
65-
uses: actions/upload-artifact@v3
65+
uses: actions/upload-artifact@v4
6666
#url: https://github.com/actions/upload-artifact
6767
with:
6868
name: Packages

0 commit comments

Comments
 (0)