From 273725aef84ef3288cff4a480e42d0ceae5460ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:16:53 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/integration-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 86f642fe..5e43b87f 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -32,7 +32,7 @@ jobs: run: yarn build - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: vue-mess-detector retention-days: 1 @@ -60,7 +60,7 @@ jobs: mkdir ./test-repo - name: Download artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: vue-mess-detector path: ./package @@ -161,7 +161,7 @@ jobs: mkdir ./test-repo - name: Download artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: vue-mess-detector path: ./package