Skip to content

Commit

Permalink
Update more workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
emlowe committed Mar 15, 2024
1 parent 3311780 commit e007025
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ jobs:
python-version: ${{ matrix.python.major-dot-minor }}

- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: packages
path: ./dist
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/js-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16

- name: Install emsdk
uses: mymindstorm/setup-emsdk@v12
uses: mymindstorm/setup-emsdk@v14

- name: Get the version
id: version_info
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: chia-network/stale@main
- uses: actions/stale@v9
with:
operations-per-run: 10000
ascending: true
Expand Down

0 comments on commit e007025

Please sign in to comment.