diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d39e722be6c2..dc1c546992b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,11 +30,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4 + - uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4 with: name: dist path: dist - - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4 + - uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4 with: name: action.yml path: . @@ -47,7 +47,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4 + - uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4 with: name: dist path: dist