Browse Source

chore(deps): bump dawidd6/action-download-artifact

Bumps the github-actions group with 1 update: [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact).


Updates `dawidd6/action-download-artifact` from 21 to 23
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](b6e2e70617...57aa996fc1713cc1579039614f4645a7f4841fd4)

---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
  dependency-version: '23'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/11935/head
dependabot[bot] 2 weeks ago
committed by GitHub
parent
commit
db2416667f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/preview-deploy.yml

2
.github/workflows/preview-deploy.yml

@ -20,7 +20,7 @@ jobs:
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
steps:
- name: download dist artifact
uses: dawidd6/action-download-artifact@b6e2e70617bc3265edd6dab6c906732b2f1ae151 # v21
uses: dawidd6/action-download-artifact@57aa996fc1713cc1579039614f4645a7f4841fd4 # v23
with:
workflow: ${{ github.event.workflow_run.workflow_id }}
workflow_conclusion: success

Loading…
Cancel
Save