Skip to content

Commit

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

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
  • Loading branch information
jnbrunet authored Sep 4, 2024
2 parents 2aa665c + 578c292 commit f1e1f05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
fi
- name: Download caribou
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: caribou_${{ matrix.sofa_version }}
path: /tmp
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
steps:

- name: Download artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: caribou_${{ matrix.sofa_version }}

Expand Down

0 comments on commit f1e1f05

Please sign in to comment.