File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 62
62
path : dacapo/${{ env.DACAPO_FILE }}
63
63
key : ${{ env.DACAPO_VERSION }}
64
64
- name : Download bundles
65
- uses : actions/download-artifact@v3
65
+ uses : actions/download-artifact@v4
66
66
with :
67
67
name : linux-x86_64-server-${{ env.build-debug-level }}-bundles-normal
68
68
path : bundles
@@ -116,7 +116,7 @@ jobs:
116
116
path : dacapo/${{ env.DACAPO_FILE }}
117
117
key : ${{ env.DACAPO_VERSION }}
118
118
- name : Download bundles
119
- uses : actions/download-artifact@v3
119
+ uses : actions/download-artifact@v4
120
120
with :
121
121
name : linux-x86_64-server-${{ env.build-debug-level }}-bundles-${{ matrix.build-suffix }}
122
122
path : bundles
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112
112
- name : Check free space
113
113
run : df -h
114
114
- name : Download bundles
115
- uses : actions/download-artifact@v3
115
+ uses : actions/download-artifact@v4
116
116
with :
117
117
name : linux-x86_64-server-${{ matrix.debug-level }}-bundles-normal
118
118
path : bundles
You can’t perform that action at this time.
0 commit comments