This commit is contained in:
Christopher Roemheld 2025-03-19 21:52:18 +01:00 committed by GitHub
commit 06be35c08b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 74 additions and 28 deletions

View file

@ -131,3 +131,15 @@ jobs:
Write-Error "File contents of downloaded artifacts are incorrect"
}
shell: pwsh
- name: Download non-existent Artifact
id: not-existent-artifact
uses: ./
with:
name: Artifact-C-${{ matrix.runs-on }}
allow-not-found: true
- name: Verify empty download-path output
if: ${{ steps.not-existent-artifact.outputs.download-path != '' }}
run: |
Write-Error "Expected download-path output is not empty"