From ca79fdc13b243ed0a08029e6e66666c999f50609 Mon Sep 17 00:00:00 2001 From: Toshit <45221816+r58Playz@users.noreply.github.com> Date: Sat, 12 Oct 2024 17:53:43 -0700 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c8e98fb..cc47cf0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -57,9 +57,10 @@ jobs: github_token: ${{ github.token }} - name: Get artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: scramjet + path: build - name: Display structure of downloaded files run: ls -R