Skip to content

Commit 964409a

Browse files
committed
ci: fix download artifacts
Fix artifacts download (both should be v4)
1 parent 1e62861 commit 964409a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/native_reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@v4
4040

4141
- name: Download Jar
42-
uses: actions/download-artifact@v3
42+
uses: actions/download-artifact@v4
4343
with:
4444
name: ${{ inputs.jar_artifact_name }}
4545

0 commit comments

Comments
 (0)