From 894cc1abe13887e54654352acab3edb9cdaae7c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 05:46:56 +0000 Subject: [PATCH] build(deps): bump alexellis/upload-assets from 0.4.0 to 0.4.1 Bumps [alexellis/upload-assets](https://github.com/alexellis/upload-assets) from 0.4.0 to 0.4.1. - [Release notes](https://github.com/alexellis/upload-assets/releases) - [Commits](https://github.com/alexellis/upload-assets/compare/0.4.0...0.4.1) --- updated-dependencies: - dependency-name: alexellis/upload-assets dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e7a7de7..b45f3886 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: - name: Upload release binaries - uses: alexellis/upload-assets@0.4.0 + uses: alexellis/upload-assets@0.4.1 if: github.event_name == 'release' && matrix.node == '18' env: GITHUB_TOKEN: ${{ github.token }}