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

Commit e4609f1

Browse files
authored
Merge pull request #40 from xdev-software/dependabot/github_actions/actions/upload-artifact-3
Bump actions/upload-artifact from 2 to 3
2 parents a1a0e70 + 82a5a0e commit e4609f1

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)