From 24fc706f05adf2d4ca4604c37221fdb8e04e8d31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 09:24:11 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/maven.yml | 2 +- .github/workflows/performance.yml | 2 +- .github/workflows/snapshot.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index d878b53a69..a415820749 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -111,7 +111,7 @@ jobs: 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: planetiler-dist/target/*with-deps.jar diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index b3f1cc7b86..88671eb779 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -88,7 +88,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 908cd7650c..2699723094 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -40,7 +40,7 @@ jobs: - run: sha256sum planetiler-dist/target/*with-deps.jar - run: md5sum planetiler-dist/target/*with-deps.jar - name: 'Upload artifact' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: planetiler-build path: planetiler-dist/target/*with-deps.jar