Skip to content

Commit

Permalink
Merge pull request #308 from openwsn-berkeley/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/dot-github/workflows/actions/download-artifact-4.1.7

build(deps): bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
geonnave authored Sep 4, 2024
2 parents 7dceb21 + 47f9e6e commit 6a1c520
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,12 +275,12 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v3
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: fstar-code
path: ./release-artifacts
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: lakers-c
path: ./release-artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- run: pip install -U twine

- name: get wheelhouse artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v4.1.7
with:
path: wheelhouse

Expand Down

0 comments on commit 6a1c520

Please sign in to comment.