mirror of
https://github.com/osm2pgsql-dev/osm2pgsql.git
synced 2025-08-19 16:28:16 +00:00
Update Github actions workflow to use new versions of actions
This commit is contained in:
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -409,14 +409,14 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
C:/vcpkg_binary_cache
|
C:/vcpkg_binary_cache
|
||||||
key: vcpkg-binary-cache-${{ matrix.os }}-${{ github.run_id }}
|
key: vcpkg-binary-cache-${{ matrix.os }}-${{ github.run_id }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
vcpkg-binary-cache-${{ matrix.os }}
|
vcpkg-binary-cache-${{ matrix.os }}
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
C:/postgis.zip
|
C:/postgis.zip
|
||||||
@ -438,7 +438,7 @@ jobs:
|
|||||||
working-directory: build
|
working-directory: build
|
||||||
if: matrix.os == 'windows-2022'
|
if: matrix.os == 'windows-2022'
|
||||||
- name: 'Upload Artifact'
|
- name: 'Upload Artifact'
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: osm2pgsql-win64
|
name: osm2pgsql-win64
|
||||||
path: c:/artifact
|
path: c:/artifact
|
||||||
@ -453,12 +453,12 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
C:/postgis.zip
|
C:/postgis.zip
|
||||||
key: postgis-cache
|
key: postgis-cache
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: osm2pgsql-win64
|
name: osm2pgsql-win64
|
||||||
- uses: ./.github/actions/win-postgres
|
- uses: ./.github/actions/win-postgres
|
||||||
|
Reference in New Issue
Block a user