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

Commit

Permalink
Merge pull request #13 from githubnext/dependabot/github_actions/dot-…
Browse files Browse the repository at this point in the history
…github/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
  • Loading branch information
snadi authored Sep 4, 2024
2 parents bf9e5f9 + 10ad0bb commit 06393ce
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 06393ce

Please sign in to comment.