Skip to content

Commit 38da8eb

Browse files
authored
Merge pull request #38 from alan-turing-institute/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 4 to 6
2 parents d464acc + 01ae7de commit 38da8eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
if: github.event_name == 'release' && github.event.action == 'published'
4242

4343
steps:
44-
- uses: actions/download-artifact@v4
44+
- uses: actions/download-artifact@v8
4545
with:
4646
name: artifact
4747
path: dist

0 commit comments

Comments
 (0)