⬆ Bump dawidd6/action-download-artifact from 2.24.2 to 2.28.0 (#660)

Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2.24.2 to 2.28.0.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](https://github.com/dawidd6/action-download-artifact/compare/v2.24.2...v2.28.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-10-23 21:05:55 +04:00 committed by GitHub
parent 03f295b397
commit 6d361e3ffb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ jobs:
mkdir ./site mkdir ./site
- name: Download Artifact Docs - name: Download Artifact Docs
id: download id: download
uses: dawidd6/action-download-artifact@v2.27.0 uses: dawidd6/action-download-artifact@v2.28.0
with: with:
if_no_artifact_found: ignore if_no_artifact_found: ignore
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}

View File

@ -20,7 +20,7 @@ jobs:
- run: pip install smokeshow - run: pip install smokeshow
- uses: dawidd6/action-download-artifact@v2.24.2 - uses: dawidd6/action-download-artifact@v2.28.0
with: with:
workflow: test.yml workflow: test.yml
commit: ${{ github.event.workflow_run.head_sha }} commit: ${{ github.event.workflow_run.head_sha }}