aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/gh-actions-artifacts-snapshots.yml
AgeCommit message (Collapse)Author
2023-03-30Use Java 17 for setup-java in GitHub Actions (#2938)Goooler
2023-03-27Enable gradle-home-cache-cleanup (#2939)Goooler
For more information see https://github.com/gradle/gradle-build-action/blob/main/README.md#removing-unused-files-from-gradle-user-home-before-saving-to-cache
2023-03-07Use buildSrc convention plugins to configure the Dokka subprojects (#2704)aSemy
2022-12-13Enable caching Maven dependencies for `setup-java` GitHub Action (#2722)aSemy
2022-09-01Use GitHub Actions Artifacts to store snapshots instead of S3 (#2630)Stefan M
* Use GitHub Actions Artifacts for snapshots * Delete s3-cleanup.yml * Fix trigger event * Fix path * Fix path again * Maybe this path is better * Restore env variable to save output to a known place * Add retention days * Replace stdlib with coroutines * Replace S3Project with TestOutputCopier * Restore S3 upload * Change job name * Fix imports * Add TestOutputCopier to SdtlibIntegrationTest * Save stdlib on S3 again * Rename env variable * Increase rentention-days * Remove .kt as filter for test * Fix skiping copying message * Update Gradle and Kotlin version