Skip to content

Commit b280caa

Browse files
authored
Merge pull request #527 from chekos/dependabot/github_actions/actions/download-artifact-8
⬆️ bump actions/download-artifact from 7 to 8
2 parents 88c6d30 + 5aec25a commit b280caa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
steps:
133133
- id: fetch
134134
name: Fetch artifact
135-
uses: actions/download-artifact@v7
135+
uses: actions/download-artifact@v8
136136
with:
137137
name: release-candidate
138138
path: ./dist

0 commit comments

Comments
 (0)