We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9222cef commit 2008858Copy full SHA for 2008858
1 file changed
.github/workflows/build.yaml
@@ -43,11 +43,11 @@ jobs:
43
44
steps:
45
- name: Check Out Code
46
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
47
#url: https://github.com/actions/checkout
48
49
- name: Configure .NET 6.0
50
- uses: actions/setup-dotnet@v1
+ uses: actions/setup-dotnet@v3
51
#url: https://github.com/actions/setup-dotnet
52
with:
53
dotnet-version: 6.0.x
@@ -63,7 +63,7 @@ jobs:
63
-p:PackageOutputPath=${{ runner.temp }}/dist
64
65
- name: Save Package
66
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
67
#url: https://github.com/actions/upload-artifact
68
69
name: Packages
0 commit comments