Skip to content

Commit 2488db3

Browse files
authored
Merge pull request #224 from palewire/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 4 to 7
2 parents 7cc5722 + 2ede6e1 commit 2488db3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
steps:
131131
- id: fetch
132132
name: Fetch artifact
133-
uses: actions/download-artifact@v4
133+
uses: actions/download-artifact@v7
134134
with:
135135
name: release-candidate
136136
path: ./dist

0 commit comments

Comments
 (0)