Revert "Bump actions to node 20 (#3461)" (#3462)

This reverts commit defeb8e52b.

As per https://github.com/actions/upload-artifact/issues/478 the new version of upload-artifact includes a breaking change.
This commit is contained in:
Jonathan Bennett
2024-03-21 16:50:44 -05:00
committed by GitHub
parent 155df45d92
commit 79cfb1e876
15 changed files with 34 additions and 34 deletions

View File

@@ -5,7 +5,7 @@ runs:
using: "composite"
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
submodules: "recursive"
ref: ${{github.event.pull_request.head.ref}}
@@ -30,12 +30,12 @@ runs:
sudo apt-get install -y libyaml-cpp-dev
- name: Setup Python
uses: actions/setup-python@v5
uses: actions/setup-python@v4
with:
python-version: 3.x
- name: Cache python libs
uses: actions/cache@v4
uses: actions/cache@v3
id: cache-pip # needed in if test
with:
path: ~/.cache/pip