diff --git a/.github/workflows/git-artifacts.yml b/.github/workflows/git-artifacts.yml index e5ccea85f0..15043265a4 100644 --- a/.github/workflows/git-artifacts.yml +++ b/.github/workflows/git-artifacts.yml @@ -153,17 +153,17 @@ jobs: fail-fast: false steps: - name: Download pkg-${{env.ARCH_NAME}} - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: pkg-${{env.ARCH_NAME}} path: pkg-${{env.ARCH_NAME}} - name: Download bundle-artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: bundle-artifacts path: bundle-artifacts - name: Download build-installers.tgz - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: build-installers.tgz - name: Configure Git for Windows SDK