Skip to content

Commit b46e50d

Browse files
committed
update actions deps
1 parent 276c77d commit b46e50d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v4
2323
with:
2424
fetch-depth: 0
2525

@@ -46,14 +46,14 @@ jobs:
4646
dotnet nuget push "$pck" --api-key "${{ secrets.NUGET_API_KEY }}" --source "https://api.nuget.org/v3/index.json"
4747
4848
- name: Upload Build Artifacts
49-
uses: actions/upload-artifact@v2
49+
uses: actions/upload-artifact@v4
5050
with:
5151
name: windows-binary
5252
path: publish/win/KubeConnect.exe
5353
retention-days: 1
5454

5555
- name: Upload Build Artifacts
56-
uses: actions/upload-artifact@v2
56+
uses: actions/upload-artifact@v4
5757
with:
5858
name: dotnet-tool-pacakge
5959
path: publish/tool/*.nupkg

0 commit comments

Comments
 (0)