Skip to content

Commit

Permalink
upgrade upload-artifact step
Browse files Browse the repository at this point in the history
  • Loading branch information
Bims-sh committed Sep 13, 2024
1 parent 59d599e commit b77e5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Publish Artifact
if: success()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: BattleBitApi
path: ./BattleBitApi/bin/Release/net6.0/

0 comments on commit b77e5a1

Please sign in to comment.