From c07d40ca32c0dc45293a4232c3feb79e3c1bb002 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:41:18 +0000 Subject: [PATCH] Update GitHub Artifact Actions --- .github/workflows/docker.image.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docker.image.yml b/.github/workflows/docker.image.yml index 390da20..c609456 100644 --- a/.github/workflows/docker.image.yml +++ b/.github/workflows/docker.image.yml @@ -94,7 +94,7 @@ jobs: VCS_URL="$(git config --get remote.origin.url)" VCS_BRANCH="$(git rev-parse --abbrev-ref HEAD)" - name: Upload artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{ env.IMAGE_NAME }}-${{ github.run_number }} path: /tmp/${{ env.IMAGE_NAME }}-${{ github.run_number }}.tar @@ -112,7 +112,7 @@ jobs: - 5000:5000 steps: - name: Download artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: ${{ env.IMAGE_NAME }}-${{ github.run_number }} path: /tmp @@ -144,7 +144,7 @@ jobs: - 5000:5000 steps: - name: Download artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: ${{ env.IMAGE_NAME }}-${{ github.run_number }} path: /tmp @@ -181,7 +181,7 @@ jobs: - 5000:5000 steps: - name: Download artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: ${{ env.IMAGE_NAME }}-${{ github.run_number }} path: /tmp @@ -216,7 +216,7 @@ jobs: - 5000:5000 steps: - name: Download artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: ${{ env.IMAGE_NAME }}-${{ github.run_number }} path: /tmp @@ -313,7 +313,7 @@ jobs: echo "tags=${TAGS}" >> "$GITHUB_OUTPUT" - name: Download artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: ${{ env.IMAGE_NAME }}-${{ github.run_number }} path: /tmp