diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 072ce17124..65973ef7c5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -93,7 +93,7 @@ jobs: runs-on: macos-14 steps: - - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # 6.0.0 + - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # 7.0.0 with: pattern: unsigned-bin-macos-* merge-multiple: true @@ -146,7 +146,7 @@ jobs: echo "$APPLE_API_KEY" | base64 --decode > ${{ env.APPLE_API_KEY_PATH }} - name: Download unsigned binary - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # 6.0.0 + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # 7.0.0 with: name: unsigned-bin-macos-${{ matrix.arch }} @@ -232,7 +232,7 @@ jobs: run: npm ci --ignore-scripts - name: Download compiled binaries - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # 6.0.0 + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # 7.0.0 with: pattern: artifact-bin-* merge-multiple: true @@ -277,12 +277,12 @@ jobs: - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # 6.1.0 with: python-version: '3.11' - - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # 6.0.0 + - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # 7.0.0 with: pattern: artifact-bin-* merge-multiple: true path: binaries - - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # 6.0.0 + - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # 7.0.0 with: name: python-base merge-multiple: true @@ -303,7 +303,7 @@ jobs: - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # 6.1.0 with: node-version: '20.10.0' - - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # 6.0.0 + - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # 7.0.0 with: pattern: artifact-bin-* merge-multiple: true diff --git a/.github/workflows/test_node.yml b/.github/workflows/test_node.yml index e8852b2313..852758ac04 100644 --- a/.github/workflows/test_node.yml +++ b/.github/workflows/test_node.yml @@ -97,7 +97,7 @@ jobs: run: npm install --omit=optional --ignore-scripts - name: Download build artifact - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # 6.0.0 + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # 7.0.0 with: name: artifact-build path: js