Skip to content

Commit

Permalink
update workflow actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dou Du committed Jun 10, 2024
1 parent 86bf8f8 commit 6b835ee
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/voila-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,19 @@ on:

jobs:
check-elements:
name: Check Element
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install node
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '21.x'
- name: Install Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.11'
architecture: 'x64'
- name: Install dependencies
run:
Expand All @@ -45,7 +46,7 @@ jobs:
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & # optional
python3 $GITHUB_WORKSPACE/test/test.py
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: artifact
path: './*.png'
Expand All @@ -55,15 +56,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install node
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '21.x'
- name: Install Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.11'
architecture: 'x64'
- name: Install dependencies
run:
Expand Down

0 comments on commit 6b835ee

Please sign in to comment.