Skip to content

Commit 842f022

Browse files
authored
Merge pull request #431 from tskit-dev/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
2 parents 8c5e571 + c4ed70d commit 842f022

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
python: [3.8, 3.8, 3.9, "3.10", 3.11]
4646
steps:
4747
- name: Download wheels
48-
uses: actions/download-artifact@v3
48+
uses: actions/download-artifact@v4.1.7
4949
with:
5050
name: sdist-wheel
5151
- name: Set up Python ${{ matrix.python }}
@@ -71,7 +71,7 @@ jobs:
7171
wordsize: [64]
7272
steps:
7373
- name: Download wheels
74-
uses: actions/download-artifact@v3
74+
uses: actions/download-artifact@v4.1.7
7575
with:
7676
name: sdist-wheel
7777
- name: Set up Python ${{ matrix.python }}
@@ -96,7 +96,7 @@ jobs:
9696
python: [3.8, 3.9, "3.10", 3.11]
9797
steps:
9898
- name: Download wheels
99-
uses: actions/download-artifact@v3
99+
uses: actions/download-artifact@v4.1.7
100100
with:
101101
name: sdist-wheel
102102
- name: Set up Python
@@ -122,7 +122,7 @@ jobs:
122122
id-token: write
123123
steps:
124124
- name: Download all
125-
uses: actions/download-artifact@v3
125+
uses: actions/download-artifact@v4.1.7
126126
- name: Move to dist
127127
run: |
128128
mkdir dist

0 commit comments

Comments
 (0)