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] <support@github.com>
This commit is contained in:
parent
7f1c7401ba
commit
b12115734c
|
@ -61,7 +61,7 @@ jobs:
|
||||||
./mvnw -B dependency:go-offline
|
./mvnw -B dependency:go-offline
|
||||||
./mvnw -B test -Dtest=GibtEsNet -Dsurefire.failIfNoSpecifiedTests=false
|
./mvnw -B test -Dtest=GibtEsNet -Dsurefire.failIfNoSpecifiedTests=false
|
||||||
- name: Upload taskana artifacts
|
- name: Upload taskana artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ env.ARTIFACTS_TASKANA_JARS_NAME }}
|
name: ${{ env.ARTIFACTS_TASKANA_JARS_NAME }}
|
||||||
path: ${{ env.ARTIFACTS_TASKANA_JARS_PATH }}
|
path: ${{ env.ARTIFACTS_TASKANA_JARS_PATH }}
|
||||||
|
@ -115,7 +115,7 @@ jobs:
|
||||||
- name: Build maven artifact
|
- name: Build maven artifact
|
||||||
run: ./mvnw -B install -pl :taskana-web -am
|
run: ./mvnw -B install -pl :taskana-web -am
|
||||||
- name: Upload taskana-web dist artifact
|
- name: Upload taskana-web dist artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ env.ARTIFACTS_TASKANA_WEB_NAME }}
|
name: ${{ env.ARTIFACTS_TASKANA_WEB_NAME }}
|
||||||
path: ${{ env.ARTIFACTS_TASKANA_WEB_PATH }}
|
path: ${{ env.ARTIFACTS_TASKANA_WEB_PATH }}
|
||||||
|
@ -228,7 +228,7 @@ jobs:
|
||||||
npx wait-port -t 30000 localhost:8080 && yarn run e2e-standalone --spec "cypress/integration/monitor/**"
|
npx wait-port -t 30000 localhost:8080 && yarn run e2e-standalone --spec "cypress/integration/monitor/**"
|
||||||
- name: Upload Cypress tests
|
- name: Upload Cypress tests
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ env.ARTIFACTS_CYPRESS_TESTS_NAME }}
|
name: ${{ env.ARTIFACTS_CYPRESS_TESTS_NAME }}
|
||||||
path: ${{ env.ARTIFACTS_CYPRESS_TESTS_PATH }}
|
path: ${{ env.ARTIFACTS_CYPRESS_TESTS_PATH }}
|
||||||
|
@ -328,7 +328,7 @@ jobs:
|
||||||
DB: ${{ matrix.database }}
|
DB: ${{ matrix.database }}
|
||||||
- name: Upload JaCoCo Report
|
- name: Upload JaCoCo Report
|
||||||
if: matrix.database == 'H2'
|
if: matrix.database == 'H2'
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ env.ARTIFACTS_JACOCO_REPORTS_NAME }}
|
name: ${{ env.ARTIFACTS_JACOCO_REPORTS_NAME }}
|
||||||
path: ${{ env.ARTIFACTS_JACOCO_REPORTS_PATH }}
|
path: ${{ env.ARTIFACTS_JACOCO_REPORTS_PATH }}
|
||||||
|
|
Loading…
Reference in New Issue