Skip to content

Commit 389c105

Browse files
committed
update deploy workflow
1 parent aaa52ba commit 389c105

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
tagExists: ${{ steps.check-version-tag.outputs.tagExists }}
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333
with:
3434
fetch-depth: 0
3535
- name: Load values
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: windows-2022
5555
steps:
5656
- name: Checkout
57-
uses: actions/checkout@v3
57+
uses: actions/checkout@v4
5858
with:
5959
submodules: recursive
6060
- name: Setup MSBuild
@@ -68,7 +68,7 @@ jobs:
6868
- name: Build
6969
run: dotnet build -c ${{ env.CONFIGURATION }} --no-restore
7070
- name: Upload build
71-
uses: actions/upload-artifact@v3
71+
uses: actions/upload-artifact@v4
7272
with:
7373
name: PluginRepoZip
7474
path: ${{ env.INTERNAL_NAME }}/bin/${{ env.CONFIGURATION }}/${{ env.INTERNAL_NAME }}

0 commit comments

Comments
 (0)