diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index d226666fa70fd..e1991cf8a8399 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -21,3 +21,12 @@ jobs: with: name: static-site path: scripts/ + Download-GitHub-Actions: + name: Download Github Actions + runs-on: ubuntu-latest + steps: + - uses: actions/download-artifact@v4 + + + +