Skip to content

Test Download

Test Download #4

Workflow file for this run

name: Test Download
on:
workflow_dispatch:
jobs:
stuff:
runs-on: ubuntu-latest
steps:
- uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe
with:
workflow: upload.yml
workflow_conclusion: success
commit: ${{ github.sha }}
name: my-artifact
path: .
- run: ls -l