From 9ce3ab1f8ce07e4499c74bd8799c9b828c676966 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 01:12:11 +0000 Subject: [PATCH] Update actions/upload-artifact action to v7 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2da04212..d4b321b9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: node-version: 18 cache: 'yarn' - run: yarn build - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: path: | build/simple-calendar-*.zip