We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa52ba commit 389c105Copy full SHA for 389c105
.github/workflows/deploy.yml
@@ -29,7 +29,7 @@ jobs:
29
tagExists: ${{ steps.check-version-tag.outputs.tagExists }}
30
steps:
31
- name: Checkout
32
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
33
with:
34
fetch-depth: 0
35
- name: Load values
@@ -54,7 +54,7 @@ jobs:
54
runs-on: windows-2022
55
56
57
58
59
submodules: recursive
60
- name: Setup MSBuild
@@ -68,7 +68,7 @@ jobs:
68
- name: Build
69
run: dotnet build -c ${{ env.CONFIGURATION }} --no-restore
70
- name: Upload build
71
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
72
73
name: PluginRepoZip
74
path: ${{ env.INTERNAL_NAME }}/bin/${{ env.CONFIGURATION }}/${{ env.INTERNAL_NAME }}
0 commit comments