diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c2131f..068b599 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: - run: npm run check:links - name: Upload tested npm package if: matrix.node-version == '24.x' - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0, Node.js 24 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v6.0.0, Node.js 24 with: name: npm-package path: artifacts/*.tgz @@ -77,7 +77,7 @@ jobs: - name: Verify package version matches release tag run: test "v$(node -p "require('./package.json').version")" = "$GITHUB_REF_NAME" - name: Download tested npm package - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0, Node.js 24 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v7.0.0, Node.js 24 with: name: npm-package path: artifacts