From: Sarah Hoffmann Date: Tue, 8 Nov 2022 16:24:53 +0000 (+0100) Subject: Merge pull request #2870 from mtmail/update-github-actions-to-node-16 X-Git-Tag: v4.2.0~17 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/30f526c943632762c92be2b1a4080cf3d89d48c9?hp=3237ca587f66c83d4c2c9cc748f67a418438a0cd Merge pull request #2870 from mtmail/update-github-actions-to-node-16 update those github action packages still using node12 --- diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 7f9b82f4..679225f6 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -7,11 +7,11 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: submodules: true - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: path: | data/country_osm_grid.sql.gz @@ -27,7 +27,7 @@ jobs: mv nominatim-src.tar.bz2 Nominatim - name: 'Upload Artifact' - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: full-source path: nominatim-src.tar.bz2 @@ -58,7 +58,7 @@ jobs: runs-on: ubuntu-${{ matrix.ubuntu }}.04 steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: full-source @@ -72,7 +72,7 @@ jobs: tools: phpunit, phpcs, composer ini-values: opcache.jit=disable - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v4 with: python-version: 3.6 if: matrix.ubuntu == 18 @@ -136,7 +136,7 @@ jobs: runs-on: ubuntu-20.04 steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: full-source @@ -231,7 +231,7 @@ jobs: OS: ${{ matrix.name }} INSTALL_MODE: ${{ matrix.install_mode }} - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: full-source path: /home/nominatim