Skip to content

Commit 2fbaf76

Browse files
chore(deps): Bump actions/download-artifact from 4 to 7 (#40)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 32fd1cc commit 2fbaf76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/default.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,12 @@ jobs:
166166
- name: Checkout
167167
uses: actions/checkout@v6
168168
- name: Download the build version
169-
uses: actions/download-artifact@v4
169+
uses: actions/download-artifact@v7
170170
with:
171171
name: version
172172
path: .
173173
- name: Download build artifacts
174-
uses: actions/download-artifact@v4
174+
uses: actions/download-artifact@v7
175175
with:
176176
name: distributions
177177
path: dist

0 commit comments

Comments
 (0)