Skip to content

Commit

Permalink
chore(deps): bump actions/download-artifact from 2 to 4.1.7 in /.gith…
Browse files Browse the repository at this point in the history
…ub/workflows (#2139)
  • Loading branch information
dependabot[bot] authored Sep 5, 2024
1 parent 00062a6 commit da4169a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: ${{ github.sha }}

Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
node-version: '20.10.0'

- name: Download compiled binaries
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: ${{ github.sha }}

Expand Down Expand Up @@ -196,11 +196,11 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: ${{ github.sha }}
path: binaries
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: ${{ github.sha }}-python-base
path: python-base
Expand All @@ -219,7 +219,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '20.10.0'
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: ${{ github.sha }}
path: binary-artifacts
Expand Down

0 comments on commit da4169a

Please sign in to comment.