Skip to content

Commit 49d33f3

Browse files
authored
Update action.yml
1 parent 53d028c commit 49d33f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/download-tar-artifact/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
using: "composite"
1313
steps:
1414
- name: ⬇ Download build
15-
uses: actions/download-artifact@v3
15+
uses: actions/download-artifact@v4
1616
with:
1717
name: ${{ inputs.name }}
1818

0 commit comments

Comments
 (0)