File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
submodules : true
12
12
- name : Generate bindings
13
13
run : python3 ci/build_libtelio.py bindings --dockerized
14
- - uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
14
+ - uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
15
15
with :
16
16
name : libtelio-bindings
17
17
path : dist/
50
50
run : pip3 install requests==2.32.3
51
51
- name : Build libtelio
52
52
run : python3 ci/build_libtelio.py build ${{ matrix.target_os }} ${{ matrix.arch }} --msvc
53
- - uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
53
+ - uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
54
54
with :
55
55
name : libtelio-build-${{ matrix.target_os }}-${{ matrix.arch }}
56
56
path : dist/
93
93
key : ${{ matrix.target_os }}-${{ matrix.arch }}
94
94
- name : Build libtelio
95
95
run : python3 ci/build_libtelio.py build ${{ matrix.target_os }} ${{ matrix.arch }}
96
- - uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
96
+ - uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
97
97
with :
98
98
name : libtelio-build-${{ matrix.target_os }}-${{ matrix.arch }}
99
99
path : dist/
Original file line number Diff line number Diff line change 12
12
- run : uniffi-bindgen generate src/libtelio.udl --language python
13
13
- run : mkdir -p dist/bindings/
14
14
- run : cp src/telio.py dist/bindings/telio_bindings.py
15
- - uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
15
+ - uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
16
16
with :
17
17
name : telio_bindings.py
18
18
path : dist/bindings
Original file line number Diff line number Diff line change 27
27
publish_results : true
28
28
repo_token : ${{ secrets.SCORECARD_TOKEN }}
29
29
- name : " Upload artifact"
30
- uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
30
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
31
31
with :
32
32
name : SARIF file
33
33
path : results.sarif
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102
102
python ./ci/insert_libtelio_version.py -n TEST_VERSION -p ./dist/windows
103
103
Start-Process -FilePath dist/windows/release/x86_64/tcli.exe -WindowStyle Hidden
104
104
type tcli.log | findstr /C:"TEST_VERSION"
105
- - uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
105
+ - uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
106
106
with :
107
107
name : libtelio-build-${{ matrix.target_os }}-${{ matrix.arch }}-with-replaced-version
108
108
path : dist/
You can’t perform that action at this time.
0 commit comments