Skip to content

v1.7.0 (☕ Good Coffee)

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Oct 22:24
· 56 commits to refs/heads/master since this release
aff21d6

Changes

  • Add option to ignore missing files (#75) @toote

Upgrading

To upgrade, update your pipeline.yml files:

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