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:
9898 echo $VERSION_SEMVER
9999 echo ${{ steps.vars.outputs.tag }}
100100 - name : Download math result for job Windows
101- uses : actions/download-artifact@v3
101+ uses : actions/download-artifact@v4
102102 with :
103103 name : win-lib
104104 path : src/main/resources/windows-x86_64/
105105 - name : Download math result for job Linux Arm
106- uses : actions/download-artifact@v3
106+ uses : actions/download-artifact@v4
107107 with :
108108 name : linux-arm-lib
109109 path : src/main/resources/linux-arm64/
110110 - name : Download math result for job Linux
111- uses : actions/download-artifact@v3
111+ uses : actions/download-artifact@v4
112112 with :
113113 name : linux-lib
114114 path : src/main/resources/linux-x86_64/
115115 - name : Download math result for job Mac
116- uses : actions/download-artifact@v3
116+ uses : actions/download-artifact@v4
117117 with :
118118 name : mac-lib
119119 path : src/main/resources/macosx-x86_64/
You can’t perform that action at this time.
0 commit comments