chore: update to node 20.x on workflows (#2364)
gets rid of deprecating warnings in actions * checkout@v4 * cache@v4 * setup-python@v5 * setup-node@v4 * codecov-action@v4 * codecov pass token from ci
This commit is contained in:
parent
b9f0af0e79
commit
cdc102af07
8 changed files with 33 additions and 20 deletions
7
.github/workflows/jmeter.yml
vendored
7
.github/workflows/jmeter.yml
vendored
|
|
@ -18,10 +18,10 @@ jobs:
|
|||
action_build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Python ${{ inputs.python-version }}
|
||||
uses: actions/setup-python@v4
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: ${{ inputs.python-version }}
|
||||
cache: "pip"
|
||||
|
|
@ -88,11 +88,10 @@ jobs:
|
|||
done
|
||||
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: ${{ always() }}
|
||||
with:
|
||||
name: jmeter-test-results
|
||||
path: |
|
||||
reports/
|
||||
logs/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue