summary refs log tree commit diff
path: root/.github/workflows/release-artifacts.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-18 10:19:05 +0100
committerGitHub <noreply@github.com>2023-09-18 10:19:05 +0100
commit47f9837008e438297741ba6c0d6ce3a417211df6 (patch)
treea76acc05c917d7a65749e53fb9ea1a677cd938ce /.github/workflows/release-artifacts.yml
parentBump docker/build-push-action from 4 to 5 (#16336) (diff)
downloadsynapse-47f9837008e438297741ba6c0d6ce3a417211df6.tar.xz
Bump docker/setup-qemu-action from 2 to 3 (#16338)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '')
-rw-r--r--.github/workflows/release-artifacts.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml
index f331f67d97..f031127cce 100644
--- a/.github/workflows/release-artifacts.yml
+++ b/.github/workflows/release-artifacts.yml
@@ -134,7 +134,7 @@ jobs:
 
       - name: Set up QEMU to emulate aarch64
         if: matrix.arch == 'aarch64'
-        uses: docker/setup-qemu-action@v2
+        uses: docker/setup-qemu-action@v3
         with:
           platforms: arm64