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 78eecc5 commit 7c98bb4Copy full SHA for 7c98bb4
1 file changed
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
submodules: recursive
18
19
- name: Set up MSBuild
20
- uses: microsoft/setup-msbuild@v1.1
+ uses: microsoft/setup-msbuild@v2
21
22
- name: Set repo variable
23
run: |
@@ -59,7 +59,7 @@ jobs:
59
echo "REPO=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
60
echo "VERSION=${GITHUB_REF##*/}" >> $GITHUB_ENV
61
62
- - uses: actions/download-artifact@v4.1.7
+ - uses: actions/download-artifact@v4
63
with:
64
name: ${{ env.REPO }}-Release
65
path: artifacts/${{ env.REPO }}/
0 commit comments