We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af8180a commit adb3671Copy full SHA for adb3671
1 file changed
.github/workflows/publish_coverage_pr.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: 'Download PR metadata'
54
id: download-metadata
55
# Pin action to full length commit SHA
56
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
+ uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
57
with:
58
name: pr-metadata
59
path: pr-metadata/
@@ -110,7 +110,7 @@ jobs:
110
- name: 'Download coverage artifacts'
111
id: download-coverage
112
113
114
115
name: coverage-artifacts
116
path: artifacts/
0 commit comments