mirror of
https://github.com/cfpwastaken/planetiler-openmaptiles.git
synced 2026-02-04 12:31:10 +00:00
Bump actions/upload-artifact from 3 to 4 (#139)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
@@ -89,7 +89,7 @@ jobs:
|
|||||||
- name: Build this branch
|
- name: Build this branch
|
||||||
run: ./mvnw -DskipTests -Dimage.version=CI_ONLY --batch-mode -no-transfer-progress package jib:dockerBuild --file pom.xml
|
run: ./mvnw -DskipTests -Dimage.version=CI_ONLY --batch-mode -no-transfer-progress package jib:dockerBuild --file pom.xml
|
||||||
- name: 'Upload artifact'
|
- name: 'Upload artifact'
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: planetiler-build
|
name: planetiler-build
|
||||||
path: target/*with-deps.jar
|
path: target/*with-deps.jar
|
||||||
|
|||||||
2
.github/workflows/performance.yml
vendored
2
.github/workflows/performance.yml
vendored
@@ -89,7 +89,7 @@ jobs:
|
|||||||
cat log | strip-ansi > build-info/baselogs.txt
|
cat log | strip-ansi > build-info/baselogs.txt
|
||||||
|
|
||||||
- name: 'Upload build-info'
|
- name: 'Upload build-info'
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: build-info
|
name: build-info
|
||||||
path: ./build-info
|
path: ./build-info
|
||||||
|
|||||||
2
.github/workflows/snapshot.yml
vendored
2
.github/workflows/snapshot.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
|||||||
- run: sha256sum target/*with-deps.jar
|
- run: sha256sum target/*with-deps.jar
|
||||||
- run: md5sum target/*with-deps.jar
|
- run: md5sum target/*with-deps.jar
|
||||||
- name: 'Upload artifact'
|
- name: 'Upload artifact'
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: planetiler-build
|
name: planetiler-build
|
||||||
path: target/*with-deps.jar
|
path: target/*with-deps.jar
|
||||||
|
|||||||
Reference in New Issue
Block a user