diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-11-09 12:16:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-09 12:16:12 +0000 |
commit | 21447c91021c51b2dce9dd4462043ff79358092e (patch) | |
tree | 80f35a9c867e992c7f512125eb18958030a92c45 /.github | |
parent | Modernize configure_workers_and_start.py bootstrapping script for Dockerfile-... (diff) | |
download | synapse-21447c91021c51b2dce9dd4462043ff79358092e.tar.xz |
Bump dawidd6/action-download-artifact from 2.24.0 to 2.24.1 (#14398)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com> Co-authored-by: reivilibre <oliverw@matrix.org>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/docs-pr-netlify.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docs-pr-netlify.yaml b/.github/workflows/docs-pr-netlify.yaml index 5c90cf714c..798a863a0c 100644 --- a/.github/workflows/docs-pr-netlify.yaml +++ b/.github/workflows/docs-pr-netlify.yaml @@ -14,7 +14,7 @@ jobs: # There's a 'download artifact' action, but it hasn't been updated for the workflow_run action # (https://github.com/actions/download-artifact/issues/60) so instead we get this mess: - name: 📥 Download artifact - uses: dawidd6/action-download-artifact@46b4ae883bf0726f5949d025d31cb62c7a5ac70c # v2.24.0 + uses: dawidd6/action-download-artifact@b12b127cf24433d14b4f93cee62f5465076ba82a # v2.24.1 with: workflow: docs-pr.yaml run_id: ${{ github.event.workflow_run.id }} |