Skip to content

Commit 8e7e06e

Browse files
build(deps): bump actions/download-artifact from 8.0.0 to 8.0.1
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v8...3e5f45b) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0cf9821 commit 8e7e06e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish_coverage_pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: 'Download PR metadata'
5454
id: download-metadata
5555
# Pin action to full length commit SHA
56-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
56+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
5757
with:
5858
name: pr-metadata
5959
path: pr-metadata/
@@ -110,7 +110,7 @@ jobs:
110110
- name: 'Download coverage artifacts'
111111
id: download-coverage
112112
# Pin action to full length commit SHA
113-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
113+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
114114
with:
115115
name: coverage-artifacts
116116
path: artifacts/

0 commit comments

Comments
 (0)