Skip to content

Commit

Permalink
Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 4, 2024
1 parent 74b60dd commit d4e9e2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ jobs:
submodules: true

- name: Download wheels from artifact storage
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: wheels
path: dist
Expand Down Expand Up @@ -402,7 +402,7 @@ jobs:
python-version: '3.9'

- name: Download wheels from artifact storage
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: wheels
path: dist
Expand Down Expand Up @@ -430,7 +430,7 @@ jobs:

steps:
- name: Download wheels from artifact storage
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: wheels
path: dist
Expand All @@ -453,7 +453,7 @@ jobs:

steps:
- name: Download docs HTML from artifact storage
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: docs
path: dist-docs
Expand Down

0 comments on commit d4e9e2a

Please sign in to comment.