Skip to content

Commit 9af0514

Browse files
authored
Merge pull request #31 from wtthornton/dependabot/github_actions/actions/download-artifact-8
ci(deps): bump actions/download-artifact from 4 to 8
2 parents 2a79888 + a1d4dac commit 9af0514

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ jobs:
248248
echo "tag=v$VERSION" >> $GITHUB_OUTPUT
249249
250250
- name: Download build artifacts
251-
uses: actions/download-artifact@v4
251+
uses: actions/download-artifact@v8
252252
with:
253253
name: dist-packages
254254
path: dist/

0 commit comments

Comments
 (0)