Skip to content

Commit 808025b

Browse files
chore(deps): bump actions/download-artifact from 2 to 3 (#118)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f529b15 commit 808025b

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
@@ -97,7 +97,7 @@ jobs:
9797
with:
9898
python-version: ${{ matrix.python }}
9999

100-
- uses: actions/download-artifact@v2
100+
- uses: actions/download-artifact@v3
101101
with:
102102
name: artifact
103103
path: sdist
@@ -118,7 +118,7 @@ jobs:
118118
needs: [build_wheels, build_sdist, test_sdist]
119119
runs-on: ubuntu-20.04
120120
steps:
121-
- uses: actions/download-artifact@v2
121+
- uses: actions/download-artifact@v3
122122
with:
123123
name: artifact
124124
path: dist
@@ -131,7 +131,7 @@ jobs:
131131
runs-on: ubuntu-latest
132132
if: github.event_name == 'push' && github.repository == 'scikit-build/ninja-python-distributions' && startsWith(github.ref, 'refs/tags/')
133133
steps:
134-
- uses: actions/download-artifact@v2
134+
- uses: actions/download-artifact@v3
135135
with:
136136
name: artifact
137137
path: dist

0 commit comments

Comments
 (0)