Skip to content

Commit

Permalink
update action upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
bas524 committed Aug 14, 2024
1 parent 73f041e commit 9f6f576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
find: ':' # we want to remove : from container name
replace: '-' # and replace it with -
- name: Upload BTree binary
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ format('BTree-{0}.{1}', steps.get-version.outputs.prj_ver, steps.container.outputs.value) }}
path: cmake-build-release/${{ format('BTree-{0}-noarch.???', steps.get-version.outputs.prj_ver) }}
Expand Down

0 comments on commit 9f6f576

Please sign in to comment.