Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #13

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/run-experiment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download output zips
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
Expand Down Expand Up @@ -262,7 +262,7 @@ jobs:
npm run build

- name: Download artifacts for this run
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: results-all
path: results
Expand Down
Loading