Skip to content

Commit 75d55cd

Browse files
committed
bump artifact upload action to v3
Signed-off-by: Andrey Parfenov <[email protected]>
1 parent fede9a6 commit 75d55cd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/cppcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: cppcheck-htmlreport --title=BrainFlow --file=cppcheck_res.xml --report-dir=report
2222
- name: Upload Report
2323
if: ${{ failure() }}
24-
uses: actions/upload-artifact@v1
24+
uses: actions/upload-artifact@v3
2525
with:
2626
name: report
2727
path: report

.github/workflows/deploy_cpp_libs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
# Start Deploy Stage
4848
- name: Upload ${{ matrix.build_type }} ${{ matrix.arch }} with MSVC runtime ${{ matrix.msvc_runtime }}
49-
uses: actions/upload-artifact@v2
49+
uses: actions/upload-artifact@v3
5050
with:
5151
name: compiled_libs
5252
path: artifacts
@@ -104,7 +104,7 @@ jobs:
104104
env:
105105
BUILD: ${{ matrix.build_type }}
106106
- name: Upload Artifacts
107-
uses: actions/upload-artifact@v2
107+
uses: actions/upload-artifact@v3
108108
with:
109109
name: compiled_libs
110110
path: artifacts

.github/workflows/deploy_julia.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
env:
5151
VERSION: ${{ github.event.inputs.version }}
5252
- name: Upload Julia Diff
53-
uses: actions/upload-artifact@v1
53+
uses: actions/upload-artifact@v3
5454
with:
5555
name: julia.patch
5656
path: julia.patch

0 commit comments

Comments
 (0)