From f7fa9b6cbf6d9510a987cd32803f15e9b452046c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 10:27:06 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 142a57b..aeb113b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -47,7 +47,7 @@ jobs: docker-version: ${{ env.DOCKER_VERSION }} - name: Save artifact with build results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: docs path: | @@ -65,7 +65,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: docs @@ -93,7 +93,7 @@ jobs: steps: - name: Download artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: docs