File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107107 run : git config --global --add safe.directory $GITHUB_WORKSPACE
108108
109109 - name : Fetch pre-built main JAR
110- uses : actions/download-artifact@v4
110+ uses : actions/download-artifact@v5
111111 with :
112112 name : main-jar
113113 path : target
@@ -189,13 +189,13 @@ jobs:
189189 run : tools/ci/pre-show-env.sh
190190
191191 - name : Fetch pre-built main JAR
192- uses : actions/download-artifact@v4
192+ uses : actions/download-artifact@v5
193193 with :
194194 name : main-jar
195195 path : target
196196
197197 - name : Fetch pre-built JMH JAR
198- uses : actions/download-artifact@v4
198+ uses : actions/download-artifact@v5
199199 with :
200200 name : jmh-jar
201201 path : renaissance-jmh/target
@@ -240,7 +240,7 @@ jobs:
240240 path : ${{ env.COURSIER_CACHE }}
241241
242242 - name : Fetch pre-built main JAR
243- uses : actions/download-artifact@v4
243+ uses : actions/download-artifact@v5
244244 with :
245245 name : main-jar
246246 path : target
You can’t perform that action at this time.
0 commit comments