Skip to content

Commit 036b7f5

Browse files
authored
Merge pull request #48 from dau-dev/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents 82c870c + dbfdbf7 commit 036b7f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,15 +277,15 @@ jobs:
277277
if: ${{ needs.initialize.outputs.RELEASE == 'true' }}
278278

279279
steps:
280-
- uses: actions/download-artifact@v6
280+
- uses: actions/download-artifact@v7
281281
with:
282282
name: artifact-deb
283283

284-
- uses: actions/download-artifact@v6
284+
- uses: actions/download-artifact@v7
285285
with:
286286
name: artifact-deb-verible
287287

288-
- uses: actions/download-artifact@v6
288+
- uses: actions/download-artifact@v7
289289
with:
290290
name: artifact-deb-surfer
291291

0 commit comments

Comments
 (0)