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 b3ee228 commit ac09146Copy full SHA for ac09146
.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}}
@@ -230,7 +230,7 @@ jobs:
230
231
- uses: git-for-windows/setup-git-for-windows-sdk@v1
232
233
234
235
name: vs-artifacts
236
0 commit comments