From b3eff79f59ce5dbbc851615c0f58fd24e099ccca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 19:13:01 +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..4fc1405 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@v6 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@v7 with: name: docs @@ -93,7 +93,7 @@ jobs: steps: - name: Download artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: docs