Skip to content

Commit

Permalink
ci/cd fix
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Cluster <[email protected]>
  • Loading branch information
ClusterM committed Dec 11, 2024
1 parent 466e56a commit c6e6c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
tar -czvf ../${{ env.APP_NAME }}.tar.gz *
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.APP_NAME }}
path: ${{ env.OUT_DIR }}
Expand Down

0 comments on commit c6e6c97

Please sign in to comment.