From 0c9d4ce0a1498d59427742b33bf759a4a87ab376 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 10:56:52 -0500 Subject: [PATCH] Bump actions/upload-artifact from 3.1.1 to 3.1.2 (#146) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/83fd05a356d7e2593de66fc9913b3002723633cb...0b7f8abb1508181956e8e162db84b466c27e18ce) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/deploy-release.yml | 2 +- .github/workflows/deploy-snapshot.yml | 2 +- .github/workflows/pull-request.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy-release.yml b/.github/workflows/deploy-release.yml index ff47a17..091cbd6 100644 --- a/.github/workflows/deploy-release.yml +++ b/.github/workflows/deploy-release.yml @@ -87,7 +87,7 @@ jobs: zip -r ${BINARIES_ZIP_PATH} . -i *build/libs/* - name: Upload Artifacts if: ${{ always() }} - uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb + uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce timeout-minutes: 1 with: name: Release binaries diff --git a/.github/workflows/deploy-snapshot.yml b/.github/workflows/deploy-snapshot.yml index 44d6cb5..1680e73 100644 --- a/.github/workflows/deploy-snapshot.yml +++ b/.github/workflows/deploy-snapshot.yml @@ -94,7 +94,7 @@ jobs: zip -r ${BINARIES_ZIP_PATH} . -i *build/libs/* - name: Upload Artifacts if: ${{ always() }} - uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb + uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce timeout-minutes: 1 with: name: Snapshot binaries diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 2a2dffb..87aea0e 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -71,7 +71,7 @@ jobs: zip -r ${REPORTS_ZIP_PATH} . -i build/reports/detekt/\* - name: Upload Artifacts if: ${{ always() }} - uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb + uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce timeout-minutes: 1 with: name: Detekt static analysis results @@ -106,7 +106,7 @@ jobs: zip -r ${REPORTS_ZIP_PATH} . -i build/reports/ktlint/\* - name: Upload Artifacts if: ${{ always() }} - uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb + uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce timeout-minutes: 1 with: name: Ktlint static analysis results @@ -139,7 +139,7 @@ jobs: zip -r ${TEST_RESULTS_ZIP_PATH} . -i build/reports/\* \*/build/reports/\* - name: Upload Artifacts - uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb + uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce timeout-minutes: 1 if: ${{ always() }} with: