From 0a3d1263d1f83a2b3cf80d3d81b33a980a530bbd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 19:52:25 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v8 --- publish/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish/action.yml b/publish/action.yml index 3b233f1..8538eb7 100644 --- a/publish/action.yml +++ b/publish/action.yml @@ -49,7 +49,7 @@ runs: run: npm install -g npm@latest - name: Download tarball artifact - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: uppt-tarball path: ${{ runner.temp }}/uppt-tarballs