diff --git a/.github/workflows/deploy-release.yml b/.github/workflows/deploy-release.yml index 9bd7ce9..dd2118f 100644 --- a/.github/workflows/deploy-release.yml +++ b/.github/workflows/deploy-release.yml @@ -96,7 +96,7 @@ jobs: zip -r ${BINARIES_ZIP_PATH} . -i *build/libs/* - name: Upload Artifacts if: ${{ always() }} - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 timeout-minutes: 1 with: name: Release binaries diff --git a/.github/workflows/deploy-snapshot.yml b/.github/workflows/deploy-snapshot.yml index b20cf8f..5365b73 100644 --- a/.github/workflows/deploy-snapshot.yml +++ b/.github/workflows/deploy-snapshot.yml @@ -101,7 +101,7 @@ jobs: zip -r ${BINARIES_ZIP_PATH} . -i *build/libs/* - name: Upload Artifacts if: ${{ always() }} - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 timeout-minutes: 1 with: name: Snapshot binaries diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 6b8f1db..ab9c976 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -62,7 +62,7 @@ jobs: zip -r ${REPORTS_ZIP_PATH} . -i build/reports/detekt/\* - name: Upload Artifacts if: ${{ always() }} - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 timeout-minutes: 1 with: name: Detekt static analysis results @@ -102,7 +102,7 @@ jobs: zip -r ${REPORTS_ZIP_PATH} . -i build/reports/ktlint/\* - name: Upload Artifacts if: ${{ always() }} - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 timeout-minutes: 1 with: name: Ktlint static analysis results @@ -141,7 +141,7 @@ jobs: zip -r ${TEST_RESULTS_ZIP_PATH} . -i build/reports/\* \*/build/reports/\* - name: Upload Artifacts - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 timeout-minutes: 1 if: ${{ always() }} with: