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 4dd449d commit f96be1dCopy full SHA for f96be1d
.github/workflows/main.yml
@@ -140,7 +140,7 @@ jobs:
140
cancel-in-progress: ${{ needs.ci-config.outputs.skip_concurrent == 'yes' }}
141
steps:
142
- name: download tracked files and build artifacts
143
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
144
with:
145
name: windows-artifacts
146
path: ${{github.workspace}}
@@ -229,7 +229,7 @@ jobs:
229
230
- uses: git-for-windows/setup-git-for-windows-sdk@v1
231
232
233
234
name: vs-artifacts-x64
235
0 commit comments