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