Skip to content

Commit 3670d3a

Browse files
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ae52054 commit 3670d3a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/main-build-and-deploy-oss.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
maven-version: ${{ env.MAVEN_VERSION }}
3535

3636
- name: Upload Changed Artifacts
37-
uses: actions/upload-artifact@v4
37+
uses: actions/upload-artifact@v5
3838
with:
3939
name: root-new-version
4040
path: .
@@ -76,7 +76,7 @@ jobs:
7676
7777
7878
- name: Upload Changed Artifacts
79-
uses: actions/upload-artifact@v4
79+
uses: actions/upload-artifact@v5
8080
with:
8181
name: root-build
8282
include-hidden-files: true

.github/workflows/main-build-and-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
maven-version: ${{ env.MAVEN_VERSION }}
2929

3030
- name: Upload Changed Artifacts
31-
uses: actions/upload-artifact@v4
31+
uses: actions/upload-artifact@v5
3232
with:
3333
name: root-new-version
3434
include-hidden-files: true
@@ -51,7 +51,7 @@ jobs:
5151
maven-version: ${{ env.MAVEN_VERSION }}
5252

5353
- name: Upload Changed Artifacts
54-
uses: actions/upload-artifact@v4
54+
uses: actions/upload-artifact@v5
5555
with:
5656
name: root-build
5757
include-hidden-files: true

.github/workflows/unit.tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
mvn clean install -P unit-tests -DskipIntegrationTests
4040
4141
- name: Upload code coverage report
42-
uses: actions/upload-artifact@v4
42+
uses: actions/upload-artifact@v5
4343
with:
4444
name: code-coverage-report
4545
path: target/site/jacoco/jacoco.xml

0 commit comments

Comments
 (0)