Bump actions/upload-artifact from 3 to 4 (#756)

This commit is contained in:
dependabot[bot] 2024-01-29 23:07:00 +00:00 committed by GitHub
parent 1fe8ee0cae
commit fe07e06713
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -26,12 +26,12 @@ jobs:
run: python -m build
- name: Upload source distribution as an action artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: sdist
path: dist/furo-*.tar.gz
- name: Upload wheel distribution as an action artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheel
path: dist/furo-*-py3-none-any.whl