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 e6a30ce commit 0be6b14Copy full SHA for 0be6b14
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@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
+ uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.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