Skip to content

Commit baf7c33

Browse files
Update actions/download-artifact action to v4
1 parent 8cdcb65 commit baf7c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/download-built-package/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ runs:
44
using: "composite"
55
steps:
66
- name: Download built package from cache
7-
uses: actions/download-artifact@v3
7+
uses: actions/download-artifact@v4
88
with:
99
name: dist
1010
path: ${{ env.dist }}

0 commit comments

Comments
 (0)