Skip to content

Commit 2456c0f

Browse files
Merge pull request #48 from quantity-dev/dependabot/github_actions/actions-d988a0d7e8
Bump actions/download-artifact from 6 to 7 in the actions group
2 parents 648d2dc + 6cea2a7 commit 2456c0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
if: github.event_name == 'release' && github.event.action == 'published'
3232

3333
steps:
34-
- uses: actions/download-artifact@v6
34+
- uses: actions/download-artifact@v7
3535
with:
3636
name: Packages
3737
path: dist

0 commit comments

Comments
 (0)