Skip to content

Commit 0c8ce35

Browse files
Merge pull request #1645 from nhsuk/dependabot/github_actions/dot-github/workflows/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6 in /.github/workflows
2 parents 7ef734e + 1c3f540 commit 0c8ce35

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@v5
216+
uses: actions/download-artifact@v6
217217
with:
218218
name: Javascript unit tests coverage
219219
path: coverage

0 commit comments

Comments
 (0)