diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1af09c4..5e6548f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,7 +120,7 @@ jobs: runs-on: ubuntu-24.04 steps: - - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: pattern: wasm-* path: wasm @@ -238,7 +238,7 @@ jobs: # No toolchain here: these jobs test the built package, the way an # installing consumer receives it. - - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: dist path: dist