diff --git a/.github/workflows/autotools.yml b/.github/workflows/autotools.yml index 5c8ce16c6..30fc130d9 100644 --- a/.github/workflows/autotools.yml +++ b/.github/workflows/autotools.yml @@ -148,7 +148,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Download all workflow run artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6.0.0 with: path: artifacts - name: Upload release assets diff --git a/.github/workflows/py.yml b/.github/workflows/py.yml index 99136a16b..1350e66ce 100644 --- a/.github/workflows/py.yml +++ b/.github/workflows/py.yml @@ -166,7 +166,7 @@ jobs: steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Download all workflow run artifacts - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 - uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 with: python-version: "3.11" diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 0e94ac51c..e478e4abc 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -107,7 +107,7 @@ jobs: steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Download all workflow run artifacts - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: path: artifacts - name: Upload release assets diff --git a/.github/workflows/sanitizer-libs.yml b/.github/workflows/sanitizer-libs.yml index 27844ed0c..0bab1e71b 100644 --- a/.github/workflows/sanitizer-libs.yml +++ b/.github/workflows/sanitizer-libs.yml @@ -60,7 +60,7 @@ jobs: steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Download all workflow run artifacts - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: path: artifacts - name: Upload release assets diff --git a/.github/workflows/sysroot.yml b/.github/workflows/sysroot.yml index f365072ff..2b19cf5ad 100644 --- a/.github/workflows/sysroot.yml +++ b/.github/workflows/sysroot.yml @@ -132,7 +132,7 @@ jobs: steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Download all workflow run artifacts - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: path: artifacts - name: Upload release assets