Skip to content

Commit 53d028c

Browse files
authored
refactor: updated GitHub actions
1 parent a206ff3 commit 53d028c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
shell: bash
1717

1818
- name: ⬆ Upload build
19-
uses: actions/upload-artifact@v3
19+
uses: actions/upload-artifact@v4
2020
with:
2121
name: ${{ inputs.name }}
2222
path: ${{ inputs.name }}

0 commit comments

Comments
 (0)