We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0883fab commit c890ea3Copy full SHA for c890ea3
.github/workflows/build_package.yml
@@ -73,7 +73,7 @@ jobs:
73
run: |
74
mkdir -p ./push
75
cp obp-api/target/obp-api-1.*.war ./push/
76
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
77
with:
78
name: push
79
path: push/
0 commit comments