diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 94841ea..6ae64e9 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -75,7 +75,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/ @@ -95,7 +95,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/ @@ -169,7 +169,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/