Skip to content

Commit cc8470b

Browse files
authored
Merge pull request #2122 from joto/update-gh-workflow
Update Github actions workflow to use new versions of actions
2 parents 59bb561 + 80f6469 commit cc8470b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -409,14 +409,14 @@ jobs:
409409

410410
steps:
411411
- uses: actions/checkout@v4
412-
- uses: actions/cache@v3
412+
- uses: actions/cache@v4
413413
with:
414414
path: |
415415
C:/vcpkg_binary_cache
416416
key: vcpkg-binary-cache-${{ matrix.os }}-${{ github.run_id }}
417417
restore-keys: |
418418
vcpkg-binary-cache-${{ matrix.os }}
419-
- uses: actions/cache@v3
419+
- uses: actions/cache@v4
420420
with:
421421
path: |
422422
C:/postgis.zip
@@ -438,7 +438,7 @@ jobs:
438438
working-directory: build
439439
if: matrix.os == 'windows-2022'
440440
- name: 'Upload Artifact'
441-
uses: actions/upload-artifact@v3
441+
uses: actions/upload-artifact@v4
442442
with:
443443
name: osm2pgsql-win64
444444
path: c:/artifact
@@ -453,12 +453,12 @@ jobs:
453453

454454
steps:
455455
- uses: actions/checkout@v4
456-
- uses: actions/cache@v3
456+
- uses: actions/cache@v4
457457
with:
458458
path: |
459459
C:/postgis.zip
460460
key: postgis-cache
461-
- uses: actions/download-artifact@v3
461+
- uses: actions/download-artifact@v4
462462
with:
463463
name: osm2pgsql-win64
464464
- uses: ./.github/actions/win-postgres

0 commit comments

Comments
 (0)