From 85bba4d4191bb24785d482316ef345fe48f11d10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 21:01:23 +0000 Subject: [PATCH] Update ncipollo/release-action action to v1.16.0 --- .github/workflows/zip-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/zip-release.yml b/.github/workflows/zip-release.yml index de3eae3..bea58a1 100644 --- a/.github/workflows/zip-release.yml +++ b/.github/workflows/zip-release.yml @@ -30,7 +30,7 @@ jobs: directory: 'pairdrop-cli' exclusions: '*.git* /*node_modules/* .editorconfig' - name: Upload Release - uses: ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5 # v1.13.0 + uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.16.0 with: artifacts: "pairdrop-cli/pairdrop-cli.zip" token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file