From be2e7593a1fd8fb409e58b000e8145e6d0951fa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 13:28:06 -0600 Subject: [PATCH] chore(ci): Bump cloudsmith-io/action from 0.5.3 to 0.5.4 (#19254) Bumps [cloudsmith-io/action](https://github.com/cloudsmith-io/action) from 0.5.3 to 0.5.4. - [Release notes](https://github.com/cloudsmith-io/action/releases) - [Commits](https://github.com/cloudsmith-io/action/compare/v0.5.3...v0.5.4) --- updated-dependencies: - dependency-name: cloudsmith-io/action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/publish.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7706f1b0e50a8..ff0980f692bb9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -666,7 +666,7 @@ jobs: path: target/artifacts - name: Push amd64 deb id: push-deb-amd64 - uses: cloudsmith-io/action@v0.5.3 + uses: cloudsmith-io/action@v0.5.4 with: api-key: ${{ secrets.CLOUDSMITH_API_KEY }} command: "push" @@ -679,7 +679,7 @@ jobs: file: "target/artifacts/vector_${{ env.VECTOR_VERSION }}-1_amd64.deb" - name: Push arm64 deb id: push-deb-arm64 - uses: cloudsmith-io/action@v0.5.3 + uses: cloudsmith-io/action@v0.5.4 with: api-key: ${{ secrets.CLOUDSMITH_API_KEY }} command: "push" @@ -692,7 +692,7 @@ jobs: file: "target/artifacts/vector_${{ env.VECTOR_VERSION }}-1_arm64.deb" - name: Push armhf deb id: push-deb-armhf - uses: cloudsmith-io/action@v0.5.3 + uses: cloudsmith-io/action@v0.5.4 with: api-key: ${{ secrets.CLOUDSMITH_API_KEY }} command: "push" @@ -705,7 +705,7 @@ jobs: file: "target/artifacts/vector_${{ env.VECTOR_VERSION }}-1_armhf.deb" - name: Push x86_64 RPM id: push-rpm-x86_64 - uses: cloudsmith-io/action@v0.5.3 + uses: cloudsmith-io/action@v0.5.4 with: api-key: ${{ secrets.CLOUDSMITH_API_KEY }} command: "push" @@ -718,7 +718,7 @@ jobs: file: "target/artifacts/vector-${{ env.VECTOR_VERSION }}-1.x86_64.rpm" - name: Push aarch64 RPM id: push-rpm-aarch64 - uses: cloudsmith-io/action@v0.5.3 + uses: cloudsmith-io/action@v0.5.4 with: api-key: ${{ secrets.CLOUDSMITH_API_KEY }} command: "push" @@ -731,7 +731,7 @@ jobs: file: "target/artifacts/vector-${{ env.VECTOR_VERSION }}-1.aarch64.rpm" - name: Push armv7hl-gnu RPM id: push-rpm-armv7hl-gnu - uses: cloudsmith-io/action@v0.5.3 + uses: cloudsmith-io/action@v0.5.4 with: api-key: ${{ secrets.CLOUDSMITH_API_KEY }} command: "push"