Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
file

GitHub Action

Check artifact existence

v0.2

Check artifact existence

file

Check artifact existence

Check existence of an artifact uploaded in the workflow by the upload-artifact action

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Check artifact existence

uses: xSAVIKx/artifact-exists-action@v0.2

Learn more about this action in xSAVIKx/artifact-exists-action

Choose a version

Artifact Exists Action

This action checks if an artifact exists and is available in the workflow.

Inputs

  • name(Required) - The name of the artifact to be checked.

Outputs

  • exists - Determines if the artifact with the provided name is present.

Example usage

uses: xSAVIKx/artifact-exists-action@v0
with:
  name: 'coverage-artifact'