Skip to content

Commit

Permalink
Merge pull request #219 from JoshKeegan/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
JoshKeegan authored Dec 15, 2023
2 parents 5354875 + f0a47b8 commit 349c2eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ jobs:
if: github.ref == 'refs/heads/release'
steps:
- name: Download deployment scripts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: deploy
path: deploy

- name: Download artefacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: artefacts
path: artefacts
Expand Down

0 comments on commit 349c2eb

Please sign in to comment.