Skip to content

Commit

Permalink
upload artifact v4
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Parfenov <a1994ndrey@gmail.com>
  • Loading branch information
Andrey1994 committed Feb 23, 2025
1 parent a9ee4b7 commit ef38001
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cppcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: cppcheck-htmlreport --title=BrainFlow --file=cppcheck_res.xml --report-dir=report
- name: Upload Report
if: ${{ failure() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: report
path: report
4 changes: 2 additions & 2 deletions .github/workflows/deploy_cpp_libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

# Start Deploy Stage
- name: Upload ${{ matrix.build_type }} ${{ matrix.arch }} with MSVC runtime ${{ matrix.msvc_runtime }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: compiled_libs
path: artifacts
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
env:
BUILD: ${{ matrix.build_type }}
- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: compiled_libs
path: artifacts
2 changes: 1 addition & 1 deletion .github/workflows/deploy_julia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
env:
VERSION: ${{ github.event.inputs.version }}
- name: Upload Julia Diff
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: julia.patch
path: julia.patch
Expand Down

0 comments on commit ef38001

Please sign in to comment.