From 98f47d80611b91f84e542a83c4c6a1c97df14e4b Mon Sep 17 00:00:00 2001 From: Scion Date: Sun, 29 Jun 2025 23:42:38 -0700 Subject: [PATCH] Fix --- github/github-download-previous-artifacts/action.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/github/github-download-previous-artifacts/action.yaml b/github/github-download-previous-artifacts/action.yaml index 4e701b3..12741b4 100644 --- a/github/github-download-previous-artifacts/action.yaml +++ b/github/github-download-previous-artifacts/action.yaml @@ -4,7 +4,7 @@ inputs: workflowPattern: description: "Pattern of the workflow name to match." required: true - filePattern: + artifactPattern: description: "Pattern of the artifacts to match." required: true default: "*" @@ -25,7 +25,6 @@ runs: steps: - name: "Download artifacts." uses: https://github.com/actions/github-script@v6 - continue-on-error: true env: WORKFLOW_FILENAME: ${{ inputs.workflowPattern }} ARTIFACT_NAME: ${{ inputs.filePattern }}