mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore(ci): bump actions (#23895)
This commit is contained in:
committed by
GitHub
parent
50d342c0c9
commit
3c381c5361
6
.github/workflows/superset-e2e.yml
vendored
6
.github/workflows/superset-e2e.yml
vendored
@@ -67,7 +67,7 @@ jobs:
|
||||
run: ./scripts/ci_check_no_file_changes.sh python frontend
|
||||
- name: Setup Python
|
||||
if: steps.check.outcome == 'failure'
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.8"
|
||||
- name: OS dependencies
|
||||
@@ -93,7 +93,7 @@ jobs:
|
||||
with:
|
||||
run: testdata
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v2
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "16"
|
||||
- name: Install npm dependencies
|
||||
@@ -120,7 +120,7 @@ jobs:
|
||||
with:
|
||||
run: cypress-run-all
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
if: failure()
|
||||
with:
|
||||
name: screenshots
|
||||
|
||||
Reference in New Issue
Block a user