From 5c89f0fc9fb0ed8eb67a4e96d317cc1aa0f00fe3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 16:04:41 +0000 Subject: [PATCH] build(deps): bump cytopia/upload-artifact-retry-action Bumps [cytopia/upload-artifact-retry-action](https://github.com/cytopia/upload-artifact-retry-action) from 0.1.2 to 0.1.5. - [Release notes](https://github.com/cytopia/upload-artifact-retry-action/releases) - [Commits](https://github.com/cytopia/upload-artifact-retry-action/compare/v0.1.2...v0.1.5) --- updated-dependencies: - dependency-name: cytopia/upload-artifact-retry-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/goreleaser.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 28136a0ec12..4e715071281 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -51,7 +51,7 @@ jobs: LOG_DIR=/tmp/e2e/shared-server/artifacts ARTIFACT_DIR=/tmp/e2e COUNT=2 SUITES=transparent-multi-cluster:requires-kind \ make test-e2e-shared - - uses: cytopia/upload-artifact-retry-action@v0.1.2 + - uses: cytopia/upload-artifact-retry-action@v0.1.5 if: ${{ always() }} with: name: e2e-shared-server @@ -81,7 +81,7 @@ jobs: LOG_DIR=/tmp/e2e/sharded/artifacts ARTIFACT_DIR=/tmp/e2e COUNT=2 SUITES=transparent-multi-cluster:requires-kind \ make test-e2e-sharded - - uses: cytopia/upload-artifact-retry-action@v0.1.2 + - uses: cytopia/upload-artifact-retry-action@v0.1.5 if: ${{ always() }} with: name: e2e-sharded diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 3d7ef39856a..8e54ad63a93 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -31,7 +31,7 @@ jobs: args: release --timeout 60m env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: cytopia/upload-artifact-retry-action@v0.1.2 + - uses: cytopia/upload-artifact-retry-action@v0.1.5 if: ${{ always() }} with: name: binaries