Skip to content

Commit

Permalink
Merge pull request #431 from tskit-dev/dependabot/github_actions/dot-…
Browse files Browse the repository at this point in the history
…github/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
benjeffery authored Sep 4, 2024
2 parents 8c5e571 + c4ed70d commit 842f022
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
python: [3.8, 3.8, 3.9, "3.10", 3.11]
steps:
- name: Download wheels
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: sdist-wheel
- name: Set up Python ${{ matrix.python }}
Expand All @@ -71,7 +71,7 @@ jobs:
wordsize: [64]
steps:
- name: Download wheels
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: sdist-wheel
- name: Set up Python ${{ matrix.python }}
Expand All @@ -96,7 +96,7 @@ jobs:
python: [3.8, 3.9, "3.10", 3.11]
steps:
- name: Download wheels
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: sdist-wheel
- name: Set up Python
Expand All @@ -122,7 +122,7 @@ jobs:
id-token: write
steps:
- name: Download all
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
- name: Move to dist
run: |
mkdir dist
Expand Down

0 comments on commit 842f022

Please sign in to comment.