Skip to content

Commit e1cb550

Browse files
fix: change version of upload-artifact
1 parent 6f49079 commit e1cb550

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: mvn clean package
2525

2626
- name: 📦 Upload plugin jar
27-
uses: actions/upload-artifact@v3
27+
uses: actions/upload-artifact@v4
2828
with:
2929
name: proxy-plugin-jar
3030
path: target/*.jar

0 commit comments

Comments
 (0)