summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-09-03 22:12:22 +0000
committerGitHub <[email protected]>2024-09-03 22:12:22 +0000
commit7add20186e1b84c3efc81106ef57717b209af9af (patch)
tree3b7cf5845dcd03dfd95debefefac99f1b2897c45
parent485a02faec6edccef14812ddce6844af1d7d2eef (diff)
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r--.github/workflows/regression_template.yml2
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