From e271e25d945c1b562501f61ed56b2391bb241ba1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 21:49:18 +0000 Subject: [PATCH] Update actions/upload-artifact action to v6 --- .github/workflows/check-dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index a97cf97..6159c27 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -38,7 +38,7 @@ jobs: id: diff # If index.js was different than expected, upload the expected version as an artifact - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 if: ${{ failure() && steps.diff.conclusion == 'failure' }} with: name: dist