From f7f0d1886194ec323d68c509c63aa3f5e1173374 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 20:01:37 +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 d07b8f5..cd292c8 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -33,7 +33,7 @@ jobs: tags: | ${{ env.IMAGE_NAME }}:lint - name: "LINT: Upload artifact" - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ${{ env.ARTIFACT_NAME }}_lint path: /tmp/${{ env.ARTIFACT_NAME }}_lint.tar @@ -48,7 +48,7 @@ jobs: tags: | ${{ env.IMAGE_NAME }}:test - name: "TEST: Upload artifact" - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ${{ env.ARTIFACT_NAME }}_test path: /tmp/${{ env.ARTIFACT_NAME }}_test.tar @@ -64,7 +64,7 @@ jobs: ${{ env.IMAGE_NAME }}:latest ${{ env.IMAGE_NAME }}:${{ github.sha }} - name: "PRODUCTION: Upload artifact" - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ${{ env.ARTIFACT_NAME }}_prod path: /tmp/${{ env.ARTIFACT_NAME }}_prod.tar @@ -75,7 +75,7 @@ jobs: needs: build steps: - name: Download artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: ${{ env.ARTIFACT_NAME }}_lint path: /tmp/ @@ -95,7 +95,7 @@ jobs: needs: build steps: - name: Download artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: ${{ env.ARTIFACT_NAME }}_test path: /tmp/ @@ -169,7 +169,7 @@ jobs: security-events: write steps: - name: Download artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: ${{ env.ARTIFACT_NAME }}_prod path: /tmp/