Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 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 2b2b574 commit c09a9e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ jobs:
python-version: '3.10'

- 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 @@ -247,7 +247,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 @@ -270,7 +270,7 @@ jobs:

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

0 comments on commit c09a9e2

Please sign in to comment.