diff --git a/.github/workflows/autotools.yml b/.github/workflows/autotools.yml index 81c3ff01e..a6a43f86c 100644 --- a/.github/workflows/autotools.yml +++ b/.github/workflows/autotools.yml @@ -148,7 +148,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Download all workflow run artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: artifacts - name: Upload release assets diff --git a/.github/workflows/py.yml b/.github/workflows/py.yml index ff6fea75c..a7a7be1f8 100644 --- a/.github/workflows/py.yml +++ b/.github/workflows/py.yml @@ -166,7 +166,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Download all workflow run artifacts - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 with: python-version: "3.11" diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index ee4c36e70..fdacaf537 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -107,7 +107,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Download all workflow run artifacts - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 with: path: artifacts - name: Upload release assets diff --git a/.github/workflows/sanitizer-libs.yml b/.github/workflows/sanitizer-libs.yml index c36b4133f..809e616e4 100644 --- a/.github/workflows/sanitizer-libs.yml +++ b/.github/workflows/sanitizer-libs.yml @@ -60,7 +60,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Download all workflow run artifacts - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 with: path: artifacts - name: Upload release assets diff --git a/.github/workflows/sysroot.yml b/.github/workflows/sysroot.yml index e16b4797a..cecb7f50b 100644 --- a/.github/workflows/sysroot.yml +++ b/.github/workflows/sysroot.yml @@ -132,7 +132,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Download all workflow run artifacts - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 with: path: artifacts - name: Upload release assets