diff --git a/.github/workflows/git-artifacts.yml b/.github/workflows/git-artifacts.yml index 9aa96b7f8df110..6206cbde802f5f 100644 --- a/.github/workflows/git-artifacts.yml +++ b/.github/workflows/git-artifacts.yml @@ -137,7 +137,7 @@ jobs: flavor: build-installers - name: Download bundle-artifacts if: env.SKIP != 'true' - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: bundle-artifacts path: bundle-artifacts @@ -252,7 +252,7 @@ jobs: git config --global user.email "$USER_EMAIL" - name: Download bundle-artifacts if: env.SKIP != 'true' - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: bundle-artifacts path: bundle-artifacts @@ -354,13 +354,13 @@ jobs: esac - name: Download pkg-${{matrix.arch.name}} if: env.SKIP != 'true' - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: pkg-${{matrix.arch.name}} path: pkg-${{matrix.arch.name}} - name: Download bundle-artifacts if: env.SKIP != 'true' - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: bundle-artifacts path: bundle-artifacts @@ -375,7 +375,7 @@ jobs: architecture: i686 - name: Download arm64 artifact if: env.SKIP != 'true' && matrix.arch.arm64 == true - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: arm64-artifacts path: ${{github.workspace}}/arm64 @@ -470,13 +470,13 @@ jobs: esac - name: Download pkg-x86_64 if: env.SKIP != 'true' - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: pkg-x86_64 path: pkg-x86_64 - name: Download bundle-artifacts if: env.SKIP != 'true' - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: bundle-artifacts path: bundle-artifacts diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ab40e6fe208e09..b78c94ae15a6d2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -108,7 +108,7 @@ jobs: nr: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] steps: - name: download tracked files and build artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: windows-artifacts path: ${{github.workspace}} @@ -191,7 +191,7 @@ jobs: steps: - uses: git-for-windows/setup-git-for-windows-sdk@v1 - name: download tracked files and build artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: vs-artifacts-x64 path: ${{github.workspace}}