Skip to content

Commit

Permalink
[fix] Update deprecated artifact action versions
Browse files Browse the repository at this point in the history
Update `upload-artifact` checkout version from `v2` to `v4` in following
workflow files -
 - `build-docs`
 - `build-wheels`

Signed-off-by: Anmol Mishra <[email protected]>
  • Loading branch information
dhunstack committed Oct 10, 2024
1 parent cafa8d8 commit 8366842
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
python3 waf doc
- name: Upload built documentation
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: essentia-docs
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
ls wheelhouse/
sudo python setup.py sdist
- name: Upload wheels and sdist
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: essentia-python-wheels
path: |
Expand Down

0 comments on commit 8366842

Please sign in to comment.