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 ec8b9bd commit 4beb118
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 @@ -292,7 +292,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 @@ -358,7 +358,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 @@ -386,7 +386,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 @@ -411,7 +411,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 4beb118

Please sign in to comment.