diff --git a/.github/workflows/nightly-release.yml b/.github/workflows/nightly-release.yml index 248f4350..af645a1b 100644 --- a/.github/workflows/nightly-release.yml +++ b/.github/workflows/nightly-release.yml @@ -37,7 +37,7 @@ jobs: - name: Fetch hipFile Repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 - name: Download hipFile packages - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 #v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c #v8.0.1 with: merge-multiple: true # Currently only vetted for ubuntu, suse, and rocky. diff --git a/.github/workflows/test-ais-system.yml b/.github/workflows/test-ais-system.yml index 5c93d6f2..8bb20663 100644 --- a/.github/workflows/test-ais-system.yml +++ b/.github/workflows/test-ais-system.yml @@ -59,15 +59,15 @@ jobs: with: path: hipFile - name: Download hipFile runtime package - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 #v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c #v8.0.1 with: name: ${{ inputs.ais_hipfile_pkg_filename }} - name: Download hipFile development package - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 #v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c #v8.0.1 with: name: ${{ inputs.ais_hipfile_pkg_dev_filename }} - name: Download hipFile build directory - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 #v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c #v8.0.1 with: name: hipfile-build-dir-${{ inputs.platform }} path: ${{ github.workspace }}/hipfile-build-dir @@ -235,17 +235,17 @@ jobs: with: path: hipFile - name: Download hipFile runtime package - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 #v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c #v8.0.1 with: name: ${{ inputs.ais_hipfile_pkg_filename }} - name: Download hipFile development package - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 #v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c #v8.0.1 with: name: ${{ inputs.ais_hipfile_pkg_dev_filename }} - name: Download FIO runtime package # Fedora-based distro's need to download multiple packages as the FIO IO engines # are dynamically linked instead of built into the FIO executable. - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 #v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c #v8.0.1 with: artifact-ids: >- ${{