File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -98,22 +98,22 @@ jobs:
98
98
echo $VERSION_SEMVER
99
99
echo ${{ steps.vars.outputs.tag }}
100
100
- name : Download math result for job Windows
101
- uses : actions/download-artifact@v3
101
+ uses : actions/download-artifact@v4
102
102
with :
103
103
name : win-lib
104
104
path : src/main/resources/windows-x86_64/
105
105
- name : Download math result for job Linux Arm
106
- uses : actions/download-artifact@v3
106
+ uses : actions/download-artifact@v4
107
107
with :
108
108
name : linux-arm-lib
109
109
path : src/main/resources/linux-arm64/
110
110
- name : Download math result for job Linux
111
- uses : actions/download-artifact@v3
111
+ uses : actions/download-artifact@v4
112
112
with :
113
113
name : linux-lib
114
114
path : src/main/resources/linux-x86_64/
115
115
- name : Download math result for job Mac
116
- uses : actions/download-artifact@v3
116
+ uses : actions/download-artifact@v4
117
117
with :
118
118
name : mac-lib
119
119
path : src/main/resources/macosx-x86_64/
You can’t perform that action at this time.
0 commit comments