Skip to content

Commit

Permalink
bump artifact upload action to v3
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Parfenov <[email protected]>
  • Loading branch information
Andrey1994 committed Sep 17, 2024
1 parent fede9a6 commit 75d55cd
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@v1
uses: actions/upload-artifact@v3
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@v2
uses: actions/upload-artifact@v3
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@v2
uses: actions/upload-artifact@v3
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@v1
uses: actions/upload-artifact@v3
with:
name: julia.patch
path: julia.patch
Expand Down

0 comments on commit 75d55cd

Please sign in to comment.