diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index ee951d6..97edcba 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -77,7 +77,7 @@ jobs: needs: build steps: - name: Download artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: ${{ env.ARTIFACT_NAME }}_lint path: /tmp/ @@ -97,7 +97,7 @@ jobs: needs: build steps: - name: Download artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: ${{ env.ARTIFACT_NAME }}_test path: /tmp/ @@ -171,7 +171,7 @@ jobs: security-events: write steps: - name: Download artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: ${{ env.ARTIFACT_NAME }}_prod path: /tmp/