From 918a42e90d72534a05b6bd36f8e79490787892ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 09:24:23 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 4.3.0 to 4.3.3 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.0 to 4.3.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/26f96dfa697d77e81fd5907df203aa23a56210a8...65462800fd760344b1a7b4382951275a0abb4808) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-wasm.yml | 2 +- .github/workflows/deploy-docs.yml | 2 +- .github/workflows/run-benchmarks.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-wasm.yml b/.github/workflows/build-wasm.yml index ee19e6c085..0bffea4ba0 100644 --- a/.github/workflows/build-wasm.yml +++ b/.github/workflows/build-wasm.yml @@ -69,7 +69,7 @@ jobs: # /srtool/build --save - name: Upload srtool report - uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 #v4.3.0 + uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 #v4.3.3 with: name: srtool-wasm-report.txt path: ./${{ matrix.package }}-srtool-wasm-report.json diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 52ee539c27..3c189c974f 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -58,7 +58,7 @@ jobs: done - name: upload Docs files - uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 #v4.3.0 + uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 #v4.3.3 with: name: github-pages path: ./target/doc diff --git a/.github/workflows/run-benchmarks.yml b/.github/workflows/run-benchmarks.yml index fb80258568..80f0e79bf8 100644 --- a/.github/workflows/run-benchmarks.yml +++ b/.github/workflows/run-benchmarks.yml @@ -36,7 +36,7 @@ jobs: - run: echo "NOW=$(date -u +%Y-%m-%d)" >> $GITHUB_ENV - name: Upload artifact - uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 #v4.3.0 + uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 #v4.3.3 with: name: ${{ matrix.runtimes }}-weights path: runtime/${{ matrix.runtimes }}/src/weights/