Skip to content

v1.5.0 (☀️ Drinking tereré)

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Nov 19:49
· 110 commits to master since this release
794fad6

Changes

  • Update buildkite plugin docker-compose to v3.9.0 (#61) @renovate
  • Support more than 10 artifacts (#64) @raven

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: test.sh
    plugins:
-     artifacts#v1.4.0:
+     artifacts#v1.5.0:
        download: "log/**/*.log"