From d56b317525ffa81275f79b7fea39781e9ab9025a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 20:42:19 +0000 Subject: [PATCH] chore(deps): update github actions --- .github/workflows/build-skills-for-web.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-skills-for-web.yml b/.github/workflows/build-skills-for-web.yml index f618dc0..ef2c2cf 100644 --- a/.github/workflows/build-skills-for-web.yml +++ b/.github/workflows/build-skills-for-web.yml @@ -74,7 +74,7 @@ jobs: ./build-skill-for-web.sh "${{ matrix.skill.path }}" ./dist - name: Upload skill ZIP - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: ${{ matrix.skill.name }} path: dist/*.zip @@ -88,7 +88,7 @@ jobs: contents: write steps: - name: Download all artifacts - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: path: skills-dist