summary refs log tree commit diff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-18 09:57:42 +0100
committerGitHub <noreply@github.com>2024-06-18 09:57:42 +0100
commit334123f0cd29fb5f1ae84a4cec86eefbfac89278 (patch)
tree040ddf80198a70ba6e968aff8340ef495ce6e52a
parentBump types-netaddr from 1.2.0.20240219 to 1.3.0.20240530 (#17314) (diff)
downloadsynapse-334123f0cd29fb5f1ae84a4cec86eefbfac89278.tar.xz
Bump dawidd6/action-download-artifact from 5 to 6 (#17313)
-rw-r--r--.github/workflows/docs-pr-netlify.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docs-pr-netlify.yaml b/.github/workflows/docs-pr-netlify.yaml
index a724816392..6d184a21e0 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@deb3bb83256a78589fef6a7b942e5f2573ad7c13 # v5
+        uses: dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # v6
         with:
           workflow: docs-pr.yaml
           run_id: ${{ github.event.workflow_run.id }}