Skip to content

Commit 1591cdf

Browse files
dependabot[bot]tomwhite
authored andcommitted
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c963f5e commit 1591cdf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
path: sgkit-copy
5656
- name: Download artifacts
57-
uses: actions/download-artifact@v2
57+
uses: actions/download-artifact@v4.1.7
5858
- name: Set up Python ${{ matrix.python-version }}
5959
uses: actions/setup-python@v2
6060
with:
@@ -85,7 +85,7 @@ jobs:
8585
with:
8686
path: sgkit-copy
8787
- name: Download artifacts
88-
uses: actions/download-artifact@v2
88+
uses: actions/download-artifact@v4.1.7
8989
- name: Set up Python ${{ matrix.python-version }}
9090
uses: actions/setup-python@v2
9191
with:
@@ -106,7 +106,7 @@ jobs:
106106
needs: ['unix-test', 'windows-test']
107107
steps:
108108
- name: Download all
109-
uses: actions/download-artifact@v2
109+
uses: actions/download-artifact@v4.1.7
110110
- name: Move to dist
111111
run: |
112112
mkdir dist

0 commit comments

Comments
 (0)