Skip to content

Commit 2008858

Browse files
committed
Update action versions.
1 parent 9222cef commit 2008858

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ jobs:
4343

4444
steps:
4545
- name: Check Out Code
46-
uses: actions/checkout@v2
46+
uses: actions/checkout@v3
4747
#url: https://github.com/actions/checkout
4848

4949
- name: Configure .NET 6.0
50-
uses: actions/setup-dotnet@v1
50+
uses: actions/setup-dotnet@v3
5151
#url: https://github.com/actions/setup-dotnet
5252
with:
5353
dotnet-version: 6.0.x
@@ -63,7 +63,7 @@ jobs:
6363
-p:PackageOutputPath=${{ runner.temp }}/dist
6464
6565
- name: Save Package
66-
uses: actions/upload-artifact@v2
66+
uses: actions/upload-artifact@v3
6767
#url: https://github.com/actions/upload-artifact
6868
with:
6969
name: Packages

0 commit comments

Comments
 (0)