Skip to content

Commit adb3671

Browse files
chore(deps): bump actions/download-artifact from 7.0.0 to 8.0.0
PR-URL: #10588 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com> Signed-off-by: dependabot[bot] <support@github.com>
1 parent af8180a commit adb3671

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@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
56+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
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@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
113+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
114114
with:
115115
name: coverage-artifacts
116116
path: artifacts/

0 commit comments

Comments
 (0)