Skip to content

Commit

Permalink
👷 Upgrade Smokeshow GitHub action (#767)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo authored Mar 26, 2024
1 parent f5e7f46 commit 1333eab
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/smokeshow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,17 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/setup-python@v4
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- uses: actions/setup-python@v5
with:
python-version: '3.9'

- run: pip install smokeshow

- uses: dawidd6/action-download-artifact@v2.26.0
- uses: dawidd6/action-download-artifact@v3.1.4
with:
workflow: test.yml
commit: ${{ github.event.workflow_run.head_sha }}
Expand Down

0 comments on commit 1333eab

Please sign in to comment.