Skip to content

Commit

Permalink
fix github action artifact upload pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
tawoe committed Nov 4, 2024
1 parent 3df01b7 commit bab5276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
mkdir -p ./pr
echo ${{ github.event.pull_request.user.login }} > ./pr/UN
cp obp-api/target/obp-api-1.10.1.war ./pr/obp-api-1.10.1.war
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: pr
path: pr/
Expand Down

0 comments on commit bab5276

Please sign in to comment.