Skip to content

Commit 8f951cb

Browse files
committed
Change to v4 of upload artifact Github Action
1 parent 525b922 commit 8f951cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- run: mvn --batch-mode clean org.jacoco:jacoco-maven-plugin:prepare-agent install
3939
- run: mkdir staging && cp target/*.jar staging
4040
- name: Save artifacts
41-
uses: actions/upload-artifact@v3
41+
uses: actions/upload-artifact@v4
4242
with:
4343
name: Package
4444
path: staging

0 commit comments

Comments
 (0)