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

Commit 10e82d7

Browse files
authored
Merge pull request #72 from xdev-software/dependabot/github_actions/actions/upload-artifact-3
Bump actions/upload-artifact from 2 to 3
2 parents e728208 + 2f216ea commit 10e82d7

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)