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

Commit 82a5a0e

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 0975294 commit 82a5a0e

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
@@ -59,7 +59,7 @@ jobs:
5959
exit 1
6060
fi
6161
62-
- uses: actions/upload-artifact@v2
62+
- uses: actions/upload-artifact@v3
6363
with:
6464
name: jars-java-${{ matrix.java }}
6565
path: target/*.jar

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
JFROG_ARTIFACTORY_TOKEN: ${{ secrets.JFROG_ARTIFACTORY_TOKEN }}
167167

168168
- name: Upload licenses - Upload Artifact
169-
uses: actions/upload-artifact@v2
169+
uses: actions/upload-artifact@v3
170170
with:
171171
name: dependencies-licenses
172172
path: target/site

0 commit comments

Comments
 (0)