Skip to content

Commit

Permalink
Update github actions from v1 & v2 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianyorke committed Sep 14, 2024
1 parent 0745daf commit 476edd0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Set up Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
if: matrix.python-version != 3.6
Expand All @@ -51,7 +51,7 @@ jobs:
pabot --testlevelsplit --processes 4 --command python -m robot --end-command --include pabotANDpy${{ matrix.python-version }} --exclude casestudy --exclude no-ci-testing --outputdir recipe_tests_pabot src
if: always()
- name: Save test results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: robot-tests-logs
path: |
Expand Down

0 comments on commit 476edd0

Please sign in to comment.