diff --git a/.github/workflows/pr_build.yaml b/.github/workflows/pr_build.yaml index 0080ac4700..0f0055a33f 100644 --- a/.github/workflows/pr_build.yaml +++ b/.github/workflows/pr_build.yaml @@ -135,7 +135,7 @@ jobs: - name: Install regctl uses: regclient/actions/regctl-installer@b6614f5f56245066b533343a85f4109bdc38c8cc # main - name: Download archived images - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2 + uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 with: name: images path: . @@ -279,7 +279,7 @@ jobs: path: .build key: ${{ runner.os }}-tools-${{ hashFiles('.go-version','Makefile') }} - name: Download archived images - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2 + uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 with: name: images path: . @@ -339,7 +339,7 @@ jobs: path: .build key: ${{ runner.os }}-tools-${{ hashFiles('.go-version','Makefile') }} - name: Download archived images - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2 + uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 with: name: images path: . @@ -397,7 +397,7 @@ jobs: install: >- git base-devel mingw-w64-x86_64-toolchain unzip - name: Download archived images - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2 + uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 with: name: images-windows path: . diff --git a/.github/workflows/release_build.yaml b/.github/workflows/release_build.yaml index 0d06c3e228..e245f9a176 100644 --- a/.github/workflows/release_build.yaml +++ b/.github/workflows/release_build.yaml @@ -129,7 +129,7 @@ jobs: - name: Install regctl uses: regclient/actions/regctl-installer@b6614f5f56245066b533343a85f4109bdc38c8cc # main - name: Download archived images - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2 + uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 with: name: images path: . @@ -274,7 +274,7 @@ jobs: path: .build key: ${{ runner.os }}-tools-${{ hashFiles('.go-version','Makefile') }} - name: Download archived images - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2 + uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 with: name: images path: . @@ -334,7 +334,7 @@ jobs: path: .build key: ${{ runner.os }}-tools-${{ hashFiles('.go-version','Makefile') }} - name: Download archived images - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2 + uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 with: name: images path: . @@ -390,7 +390,7 @@ jobs: install: >- git base-devel mingw-w64-x86_64-toolchain unzip - name: Download archived images - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2 + uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 with: name: images-windows path: . @@ -557,12 +557,12 @@ jobs: - name: Checkout uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Download archived Linux artifacts - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2 + uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 with: name: binaries-linux path: ./artifacts/ - name: Download archived Windows artifacts - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2 + uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 with: name: binaries-windows path: ./artifacts/ @@ -600,7 +600,7 @@ jobs: - name: Install regctl uses: regclient/actions/regctl-installer@b6614f5f56245066b533343a85f4109bdc38c8cc # main - name: Download archived images - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2 + uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 with: name: images path: .