Skip to content

Commit

Permalink
Merge pull request #152 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 2f52d95 + 91ba95e commit 53fc538
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 @@ -43,7 +43,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: wheels
- name: Set up Python ${{ matrix.python }}
Expand All @@ -66,7 +66,7 @@ jobs:
wordsize: [64]
steps:
- name: Download wheels
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: wheels
- name: Set up Python ${{ matrix.python }}
Expand All @@ -89,7 +89,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: wheels
- name: Set up Python
Expand All @@ -111,7 +111,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 53fc538

Please sign in to comment.