From bd1c09b9e826dd7d26f91ceb911e7977c4ca5ae2 Mon Sep 17 00:00:00 2001 From: "eoeo-renovate[bot]" <173731483+eoeo-renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 03:08:48 +0900 Subject: [PATCH] ci(deps): update actions/upload-artifact action to v4.4.3 (#17) Co-authored-by: eoeo-renovate[bot] <173731483+eoeo-renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a2055ce..b0ef93b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -71,7 +71,7 @@ jobs: with: tool: cross - run: ${{ matrix.platform.command }} build --locked --release --target ${{ matrix.platform.target }} - - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: ${{ matrix.platform.target }} path: |