Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4 (#756)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jan 29, 2024
1 parent 1fe8ee0 commit fe07e06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe07e06

Please sign in to comment.