Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit 2f216ea

Browse files
Bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v3) --- 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>
1 parent af17757 commit 2f216ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/checkBuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
exit 1
5454
fi
5555
56-
- uses: actions/upload-artifact@v2
56+
- uses: actions/upload-artifact@v3
5757
with:
5858
name: jars-java-${{ matrix.java }}
5959
path: target/*.jar

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
run: mvn -B project-info-reports:dependencies
143143

144144
- name: Upload licenses - Upload Artifact
145-
uses: actions/upload-artifact@v2
145+
uses: actions/upload-artifact@v3
146146
with:
147147
name: dependencies-licenses
148148
path: target/site

0 commit comments

Comments
 (0)