Skip to content

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

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 23 Nov 10:09
v0.3.1

Fix a race that let the Action fail quite often

What's Changed

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

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 14 Nov 23:33
v0.3.0

Switch to node.js 20

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 21 Apr 18:35
v0.2.0

Let's use Node v16.x!

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 02 Oct 10:59
v0.1.0

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

Choose a tag to compare

@github-actions github-actions released this 29 Mar 21:42
v0.0.1

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

Choose a tag to compare

@github-actions github-actions released this 27 Mar 22:58
v0.0.0

The first public version of this GitHub Action