mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-23 13:44:36 +03:00
Merge pull request #2870 from mtmail/update-github-actions-to-node-16
update those github action packages still using node12
This commit is contained in:
commit
30f526c943
14
.github/workflows/ci-tests.yml
vendored
14
.github/workflows/ci-tests.yml
vendored
@ -7,11 +7,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
data/country_osm_grid.sql.gz
|
data/country_osm_grid.sql.gz
|
||||||
@ -27,7 +27,7 @@ jobs:
|
|||||||
mv nominatim-src.tar.bz2 Nominatim
|
mv nominatim-src.tar.bz2 Nominatim
|
||||||
|
|
||||||
- name: 'Upload Artifact'
|
- name: 'Upload Artifact'
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: full-source
|
name: full-source
|
||||||
path: nominatim-src.tar.bz2
|
path: nominatim-src.tar.bz2
|
||||||
@ -58,7 +58,7 @@ jobs:
|
|||||||
runs-on: ubuntu-${{ matrix.ubuntu }}.04
|
runs-on: ubuntu-${{ matrix.ubuntu }}.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: full-source
|
name: full-source
|
||||||
|
|
||||||
@ -72,7 +72,7 @@ jobs:
|
|||||||
tools: phpunit, phpcs, composer
|
tools: phpunit, phpcs, composer
|
||||||
ini-values: opcache.jit=disable
|
ini-values: opcache.jit=disable
|
||||||
|
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: 3.6
|
python-version: 3.6
|
||||||
if: matrix.ubuntu == 18
|
if: matrix.ubuntu == 18
|
||||||
@ -136,7 +136,7 @@ jobs:
|
|||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: full-source
|
name: full-source
|
||||||
|
|
||||||
@ -231,7 +231,7 @@ jobs:
|
|||||||
OS: ${{ matrix.name }}
|
OS: ${{ matrix.name }}
|
||||||
INSTALL_MODE: ${{ matrix.install_mode }}
|
INSTALL_MODE: ${{ matrix.install_mode }}
|
||||||
|
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: full-source
|
name: full-source
|
||||||
path: /home/nominatim
|
path: /home/nominatim
|
||||||
|
Loading…
Reference in New Issue
Block a user