Skip to content

Commit 5e53b3c

Browse files
committed
refactor: updated GitHub actions (#1059)
1 parent a5f15ed commit 5e53b3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
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

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

+1-1
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)