Browse Source
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
committed by
GitHub
2 changed files with 2 additions and 2 deletions
@ -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 |
||||
|
@ -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…
Reference in new issue