Skip to content

Commit

Permalink
Merge pull request #1440 from dhunstack/workflowversion
Browse files Browse the repository at this point in the history
[fix] Update deprecated artifact action versions
  • Loading branch information
dbogdanov authored Oct 17, 2024
2 parents cafa8d8 + e07b1bb commit 7c6cf1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Fetch release tags from GitHub
Expand Down 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
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
PRE_CMD: ${{ matrix.PRE_CMD }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Fetch release tags from GitHub
Expand All @@ -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 7c6cf1c

Please sign in to comment.