Skip to content

Commit 22ead0c

Browse files
--- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1986692 commit 22ead0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
if: github.event_name == 'release' && github.event.action == 'published'
4141
steps:
4242
- name: Download dists
43-
uses: actions/download-artifact@v2
43+
uses: actions/download-artifact@v4
4444
with:
4545
name: artifact
4646
path: dist

0 commit comments

Comments
 (0)