Skip to content

Commit

Permalink
chore(ci): Bump cloudsmith-io/action from 0.5.3 to 0.5.4 (vectordotde…
Browse files Browse the repository at this point in the history
…v#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](cloudsmith-io/action@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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and AndrooTheChen committed Sep 23, 2024
1 parent f5e06e5 commit be2e759
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit be2e759

Please sign in to comment.