Skip to content

Commit 143f686

Browse files
chore(deps): bump actions/download-artifact from 2 to 3 (#249)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 85aa7ef commit 143f686

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
sudo apt-get install -y --no-install-recommends libssl-dev
180180
pip install -r requirements-dev.txt
181181
182-
- uses: actions/download-artifact@v2
182+
- uses: actions/download-artifact@v3
183183
with:
184184
name: artifact
185185
path: dist
@@ -199,7 +199,7 @@ jobs:
199199
needs: [build_wheels, build_manylinux1_wheels, build_sdist, test_sdist]
200200
runs-on: ubuntu-20.04
201201
steps:
202-
- uses: actions/download-artifact@v2
202+
- uses: actions/download-artifact@v3
203203
with:
204204
name: artifact
205205
path: dist
@@ -212,7 +212,7 @@ jobs:
212212
runs-on: ubuntu-latest
213213
if: github.event_name == 'push' && github.repository == 'scikit-build/cmake-python-distributions' && startsWith(github.ref, 'refs/tags/')
214214
steps:
215-
- uses: actions/download-artifact@v2
215+
- uses: actions/download-artifact@v3
216216
with:
217217
name: artifact
218218
path: dist

0 commit comments

Comments
 (0)