Skip to content

Commit 7828561

Browse files
committed
chore: jsp: also fix artifact action version
1 parent 10f1b4f commit 7828561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-jsp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
env:
8181
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8282
- name: Upload UnicodeJsps.war
83-
uses: actions/upload-artifact@v3
83+
uses: actions/upload-artifact@v4
8484
with:
8585
name: UnicodeJsps
8686
path: UnicodeJsps/target/UnicodeJsps.war

0 commit comments

Comments
 (0)