Skip to content

Releases: git-for-windows/get-azure-pipelines-artifact

v0.3.1

23 Nov 10:09
v0.3.1
Compare
Choose a tag to compare

Fix a race that let the Action fail quite often

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

14 Nov 23:33
v0.3.0
Compare
Choose a tag to compare

Switch to node.js 20

v0.2.0

21 Apr 18:35
v0.2.0
Compare
Choose a tag to compare

Let's use Node v16.x!

v0.1.0

02 Oct 10:59
v0.1.0
Compare
Choose a tag to compare

This version allows to specify a reasonFilter

With this change, this Action can restrict further from which build to
download the artifact.

v0.0.1

29 Mar 21:42
v0.0.1
Compare
Choose a tag to compare

This version avoids short downloads

On rare occasion, we encountered situations where the artifact files
were downloaded only incompletely, yet the Action reported success (and
cached the incomplete set of files). We now ensure that the total bytes
written to disk match the expected value before allowing the Action to
succeed.

v0.0.0

27 Mar 22:58
v0.0.0
Compare
Choose a tag to compare

The first public version of this GitHub Action