Skip to content

Commit ed19689

Browse files
Bump actions/upload-artifact from 2 to 3 (#6693)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/upload-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 150c6af commit ed19689

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
run: |
109109
make generate-llhttp
110110
- name: Upload llhttp generated files
111-
uses: actions/upload-artifact@v2
111+
uses: actions/upload-artifact@v3
112112
with:
113113
name: llhttp
114114
path: vendor/llhttp/build
@@ -250,7 +250,7 @@ jobs:
250250
run: |
251251
python -m build --sdist
252252
- name: Upload artifacts
253-
uses: actions/upload-artifact@v2
253+
uses: actions/upload-artifact@v3
254254
with:
255255
name: dist
256256
path: dist
@@ -310,7 +310,7 @@ jobs:
310310
uses: pypa/[email protected]
311311
env:
312312
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
313-
- uses: actions/upload-artifact@v2
313+
- uses: actions/upload-artifact@v3
314314
with:
315315
name: dist
316316
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)