From f32016b5c2cbaca13d715847b4e3cc6cc8ee7caf Mon Sep 17 00:00:00 2001 From: Alex Spataru Date: Sun, 5 May 2024 00:55:33 -0500 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 29953335..02648e82 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -350,10 +350,10 @@ jobs: - build-linux - build-mac - build-windows - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: '📥 Download artifacts' - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 - name: '🗂 Inspect directory after downloading artifacts' run: ls -alFR - name: '🚀 Create release and upload artifacts'