diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34959f3c..7b722452 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -226,7 +226,7 @@ jobs: run: ${{ inputs.coverage-report-script }} - name: Upload coverage artifacts - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: ${{ inputs.coverage-artifact-name }} path: ${{ inputs.working-directory }}/${{ inputs.coverage-path }}