From 6a0e6d3d5bf123c3f635001644be454357c8be9f Mon Sep 17 00:00:00 2001 From: Alexis Saettler Date: Tue, 26 Dec 2023 22:42:49 +0100 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index be8feb0..7768cfd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -156,7 +156,7 @@ jobs: ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} - name: Download assets - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: assets path: public/build @@ -211,13 +211,13 @@ jobs: uses: actions/checkout@v4 - name: Download assets - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: assets path: public/build - name: Download source maps - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: sourcemaps path: public/build