Skip to content

Commit 281d08f

Browse files
Bump actions/upload-artifact from 3.1.2 to 4.4.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 4.4.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@0b7f8ab...5076954) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6279fc0 commit 281d08f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
submodules: true
1212
- name: Generate bindings
1313
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
1515
with:
1616
name: libtelio-bindings
1717
path: dist/
@@ -50,7 +50,7 @@ jobs:
5050
run: pip3 install requests==2.32.3
5151
- name: Build libtelio
5252
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
5454
with:
5555
name: libtelio-build-${{ matrix.target_os }}-${{ matrix.arch }}
5656
path: dist/
@@ -93,7 +93,7 @@ jobs:
9393
key: ${{ matrix.target_os }}-${{ matrix.arch }}
9494
- name: Build libtelio
9595
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
9797
with:
9898
name: libtelio-build-${{ matrix.target_os }}-${{ matrix.arch }}
9999
path: dist/

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- run: uniffi-bindgen generate src/libtelio.udl --language python
1313
- run: mkdir -p dist/bindings/
1414
- 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
1616
with:
1717
name: telio_bindings.py
1818
path: dist/bindings

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
publish_results: true
2828
repo_token: ${{ secrets.SCORECARD_TOKEN }}
2929
- name: "Upload artifact"
30-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
30+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
3131
with:
3232
name: SARIF file
3333
path: results.sarif

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
python ./ci/insert_libtelio_version.py -n TEST_VERSION -p ./dist/windows
103103
Start-Process -FilePath dist/windows/release/x86_64/tcli.exe -WindowStyle Hidden
104104
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
106106
with:
107107
name: libtelio-build-${{ matrix.target_os }}-${{ matrix.arch }}-with-replaced-version
108108
path: dist/

0 commit comments

Comments
 (0)