Skip to content

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

Tags

v0.3.1

Verified

This tag was signed with the committer’s verified signature.
dscho Johannes Schindelin
Fix a race that let the Action fail quite often

v0.3.0

Verified

This tag was signed with the committer’s verified signature.
dscho Johannes Schindelin
Switch to node.js 20

v0.2.0

Verified

This tag was signed with the committer’s verified signature.
dscho Johannes Schindelin
Let's use Node v16.x!

v0.1.0

Verified

This tag was signed with the committer’s verified signature.
dscho Johannes Schindelin
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

Verified

This tag was signed with the committer’s verified signature.
dscho Johannes Schindelin
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

Verified

This tag was signed with the committer’s verified signature.
dscho Johannes Schindelin
The first public version of this GitHub Action