Skip to content

Commit

Permalink
Merge pull request #2422 from tawoe/upload_artifacts
Browse files Browse the repository at this point in the history
update actions/upload-artifacts
  • Loading branch information
simonredfern authored Sep 10, 2024
2 parents 0883fab + c890ea3 commit afcaca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: |
mkdir -p ./push
cp obp-api/target/obp-api-1.*.war ./push/
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: push
path: push/
Expand Down

0 comments on commit afcaca8

Please sign in to comment.