Skip to content

Commit 4daba52

Browse files
committed
Update uses: actions/upload-artifact@v3
1 parent ff963e1 commit 4daba52

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
@@ -37,7 +37,7 @@ jobs:
3737
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
3838
- run: mkdir staging && cp target/*.jar staging
3939
- name: Save artifacts
40-
uses: actions/upload-artifact@v2
40+
uses: actions/upload-artifact@v3
4141
with:
4242
name: Package
4343
path: staging

0 commit comments

Comments
 (0)