Browse Source

⬆ Bump dawidd6/action-download-artifact from 2.26.0 to 2.27.0 (#9394)

Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2.26.0 to 2.27.0.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](https://github.com/dawidd6/action-download-artifact/compare/v2.26.0...v2.27.0)

---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/4430/head
dependabot[bot] 2 years ago
committed by GitHub
parent
commit
07f691ba4b
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 rm -rf ./site
mkdir ./site mkdir ./site
- name: Download Artifact Docs - name: Download Artifact Docs
uses: dawidd6/[email protected]6.0 uses: dawidd6/[email protected]7.0
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
workflow: build-docs.yml workflow: build-docs.yml

2
.github/workflows/smokeshow.yml

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

Loading…
Cancel
Save