From c51a589d257e0e44fff7308fabbe0a68d6624562 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 03:04:35 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-swiftshader.yml | 2 +- .github/workflows/presubmit.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-swiftshader.yml b/.github/workflows/build-swiftshader.yml index 5a53609c..989e069b 100644 --- a/.github/workflows/build-swiftshader.yml +++ b/.github/workflows/build-swiftshader.yml @@ -49,7 +49,7 @@ jobs: else echo "artifact-dir=Linux" >> $GITHUB_ENV fi - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: swiftshader-${{ runner.os }} path: ./build/${{ env.artifact-dir }} diff --git a/.github/workflows/presubmit.yml b/.github/workflows/presubmit.yml index 9aad9f43..5f4a3d9c 100644 --- a/.github/workflows/presubmit.yml +++ b/.github/workflows/presubmit.yml @@ -139,7 +139,7 @@ jobs: if: ${{ matrix.compiler-available && matrix.android-abi == '' }} - name: Install run: cmake --install '${{ env.builddir }}' - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: clvk-${{ matrix.os }}-${{ matrix.android }}-${{ matrix.android-abi }}-compiler-${{ matrix.compiler-available }}-online-${{ matrix.online-compiler }} path: ${{ env.builddir }}/install