Skip to content

Commit 7ae6590

Browse files
Merge pull request #2 from DevPossible/dependabot/github_actions/actions/download-artifact-7
ci(deps): Bump actions/download-artifact from 4 to 7
2 parents ae6a2b4 + 4aebfe8 commit 7ae6590

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
uses: actions/checkout@v4
116116

117117
- name: Download all artifacts
118-
uses: actions/download-artifact@v4
118+
uses: actions/download-artifact@v7
119119
with:
120120
path: ./artifacts
121121

@@ -157,7 +157,7 @@ jobs:
157157

158158
steps:
159159
- name: Download all artifacts
160-
uses: actions/download-artifact@v4
160+
uses: actions/download-artifact@v7
161161
with:
162162
path: ./artifacts
163163

0 commit comments

Comments
 (0)