Skip to content

Commit c890ea3

Browse files
committed
update actions/upload-artifacts
1 parent 0883fab commit c890ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: |
7474
mkdir -p ./push
7575
cp obp-api/target/obp-api-1.*.war ./push/
76-
- uses: actions/upload-artifact@v2
76+
- uses: actions/upload-artifact@v4
7777
with:
7878
name: push
7979
path: push/

0 commit comments

Comments
 (0)