Skip to content

Commit 4357fd5

Browse files
build(deps): bump actions/download-artifact from 8.0.0 to 8.0.1
PR-URL: #11253 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 6c00f92 commit 4357fd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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)