Skip to content

Commit

Permalink
Merge pull request #3 from alan-turing-institute/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/actions/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
Hussein-Mahfouz authored Feb 15, 2024
2 parents bd18e51 + eb78bc1 commit ed36430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
if: github.event_name == 'release' && github.event.action == 'published'

steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: artifact
path: dist
Expand Down

0 comments on commit ed36430

Please sign in to comment.