diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index f89315e..a23c63e 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -89,7 +89,7 @@ jobs: - name: Build this branch run: ./mvnw -DskipTests -Dimage.version=CI_ONLY --batch-mode -no-transfer-progress package jib:dockerBuild --file pom.xml - name: 'Upload artifact' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: planetiler-build path: target/*with-deps.jar diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 689aad3..2ddbc21 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -89,7 +89,7 @@ jobs: cat log | strip-ansi > build-info/baselogs.txt - name: 'Upload build-info' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: build-info path: ./build-info diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 6fd64a7..2554e79 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -27,7 +27,7 @@ jobs: - run: sha256sum target/*with-deps.jar - run: md5sum target/*with-deps.jar - name: 'Upload artifact' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: planetiler-build path: target/*with-deps.jar