diff options
| author | Frédéric Desbiens <[email protected]> | 2025-01-27 09:10:46 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-01-27 09:10:46 -0500 |
| commit | 6bef7c08f68973911a6f8f83802bc3ddbe6f8149 (patch) | |
| tree | d8faa3dd977924637acdf47e6ac7859967324fbf | |
| parent | af3c1e7245f16926b93cc7d14e1fcb95d57c046c (diff) | |
| parent | c805ac7ec07cd4b3f66bfbb8ac440371d8fe0844 (diff) | |
Merge pull request #407 from eclipse-threadx/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
| -rw-r--r-- | .github/workflows/regression_template.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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/[email protected] if: ${{ inputs.skip_test }} with: name: coverage_report |
