Skip to content

Commit a81186a

Browse files
Merge pull request #1585 from nhsuk/dependabot/github_actions/dot-github/workflows/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5 in /.github/workflows
2 parents f4e8bb1 + b4abb2e commit a81186a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213

214214
- name: Restore test coverage
215215
if: ${{ env.SONAR_TOKEN }}
216-
uses: actions/download-artifact@v4
216+
uses: actions/download-artifact@v5
217217
with:
218218
name: Javascript unit tests coverage
219219
path: coverage

0 commit comments

Comments
 (0)