Skip to content

Commit e8e415a

Browse files
authored
Bump the version of action/download-artifact (#287)
1 parent 5c0fe31 commit e8e415a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/run-dacapo-2006.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
path: dacapo/${{ env.DACAPO_FILE }}
6363
key: ${{ env.DACAPO_VERSION }}
6464
- name: Download bundles
65-
uses: actions/download-artifact@v3
65+
uses: actions/download-artifact@v4
6666
with:
6767
name: linux-x86_64-server-${{ env.build-debug-level }}-bundles-normal
6868
path: bundles
@@ -116,7 +116,7 @@ jobs:
116116
path: dacapo/${{ env.DACAPO_FILE }}
117117
key: ${{ env.DACAPO_VERSION }}
118118
- name: Download bundles
119-
uses: actions/download-artifact@v3
119+
uses: actions/download-artifact@v4
120120
with:
121121
name: linux-x86_64-server-${{ env.build-debug-level }}-bundles-${{ matrix.build-suffix }}
122122
path: bundles

.github/workflows/run-dacapo-chopin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
- name: Check free space
113113
run: df -h
114114
- name: Download bundles
115-
uses: actions/download-artifact@v3
115+
uses: actions/download-artifact@v4
116116
with:
117117
name: linux-x86_64-server-${{ matrix.debug-level }}-bundles-normal
118118
path: bundles

0 commit comments

Comments
 (0)