Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit 06393ce

Browse files
authored
Merge pull request #13 from githubnext/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
2 parents bf9e5f9 + 10ad0bb commit 06393ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-experiment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
runs-on: ubuntu-latest
224224
steps:
225225
- name: Download output zips
226-
uses: actions/download-artifact@v2
226+
uses: actions/download-artifact@v4.1.7
227227

228228
- name: Setup tmate session
229229
uses: mxschmitt/action-tmate@v3
@@ -262,7 +262,7 @@ jobs:
262262
npm run build
263263
264264
- name: Download artifacts for this run
265-
uses: actions/download-artifact@v3
265+
uses: actions/download-artifact@v4.1.7
266266
with:
267267
name: results-all
268268
path: results

0 commit comments

Comments
 (0)