diff --git a/.github/workflows/ci-develop.yml b/.github/workflows/ci-develop.yml index 4efb878..f058978 100644 --- a/.github/workflows/ci-develop.yml +++ b/.github/workflows/ci-develop.yml @@ -69,7 +69,7 @@ jobs: Dockerfile - name: Download internal artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: ${{ env.ARTIFACT_NAME }} diff --git a/.github/workflows/ci-master.yml b/.github/workflows/ci-master.yml index e9ee5e6..c230c8a 100644 --- a/.github/workflows/ci-master.yml +++ b/.github/workflows/ci-master.yml @@ -72,7 +72,7 @@ jobs: Dockerfile - name: Download internal artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: ${{ env.ARTIFACT_NAME }} diff --git a/.github/workflows/ci-tag.yml b/.github/workflows/ci-tag.yml index 7e64d5c..9f7a245 100644 --- a/.github/workflows/ci-tag.yml +++ b/.github/workflows/ci-tag.yml @@ -67,7 +67,7 @@ jobs: Dockerfile - name: Download internal artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: ${{ env.ARTIFACT_NAME }} @@ -121,7 +121,7 @@ jobs: steps: - name: Download internal artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: ${{ env.ARTIFACT_NAME }}