diff --git a/.github/workflows/libnvme-release-python.yml b/.github/workflows/libnvme-release-python.yml index cfb809f571..4a242d3af0 100644 --- a/.github/workflows/libnvme-release-python.yml +++ b/.github/workflows/libnvme-release-python.yml @@ -116,7 +116,7 @@ jobs: id-token: write if: github.repository == 'linux-nvme/nvme-cli' && github.ref_type == 'branch' steps: - - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: test_pypi path: dist @@ -145,7 +145,7 @@ jobs: fi - name: Download artifiact - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 if: steps.check-tag.outputs.match == 'true' with: name: artifact diff --git a/.github/workflows/upload.yml b/.github/workflows/upload.yml index 7b1ba4bd84..1c35ee1326 100644 --- a/.github/workflows/upload.yml +++ b/.github/workflows/upload.yml @@ -57,7 +57,7 @@ jobs: needs: build-static if: ${{ (github.event_name == 'push' || github.event_name == 'release') && github.repository == 'linux-nvme/nvme-cli' }} steps: - - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: nvme-cli path: upload @@ -84,7 +84,7 @@ jobs: VERSION: ${{ needs.build-static.outputs.VERSION }} if: ${{ github.event_name == 'release' && github.repository == 'linux-nvme/nvme-cli' }} steps: - - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: nvme-cli path: upload