diff --git a/.github/workflows/regression_template.yml b/.github/workflows/regression_template.yml index ae62a650..4170be12 100644 --- a/.github/workflows/regression_template.yml +++ b/.github/workflows/regression_template.yml @@ -166,7 +166,7 @@ jobs: id-token: write steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 if: ${{ inputs.skip_test }} with: name: coverage_report