File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments