diff --git a/.github/workflows/ci-global-template.yaml b/.github/workflows/ci-global-template.yaml index 664bee368..bc6ba2fa1 100644 --- a/.github/workflows/ci-global-template.yaml +++ b/.github/workflows/ci-global-template.yaml @@ -104,7 +104,7 @@ jobs: steps: - name: Download artifact if: "${{ inputs.artifact != '' }}" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: ${{ inputs.artifact }} path: /tmp @@ -176,7 +176,7 @@ jobs: - name: Download artifact if: "${{ inputs.artifact != '' }}" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: ${{ inputs.artifact }} path: /tmp