Browse Source

⬆ Bump dawidd6/action-download-artifact from 2.24.2 to 2.24.3 (#5842)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <[email protected]>
pull/5851/merge
dependabot[bot] 2 years ago
committed by GitHub
parent
commit
a17da3d0f4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/preview-docs.yml
  2. 2
      .github/workflows/smokeshow.yml

2
.github/workflows/preview-docs.yml

@ -16,7 +16,7 @@ jobs:
rm -rf ./site
mkdir ./site
- name: Download Artifact Docs
uses: dawidd6/[email protected].2
uses: dawidd6/[email protected].3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
workflow: build-docs.yml

2
.github/workflows/smokeshow.yml

@ -20,7 +20,7 @@ jobs:
- run: pip install smokeshow
- uses: dawidd6/[email protected].2
- uses: dawidd6/[email protected].3
with:
workflow: test.yml
commit: ${{ github.event.workflow_run.head_sha }}

Loading…
Cancel
Save