From 02d422c1f4309c63f5216bead9ce21613220e9d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien?= Date: Thu, 28 Dec 2023 09:11:46 -0500 Subject: [PATCH] update workflow dependency --- .github/workflows/Platform_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Platform_build.yml b/.github/workflows/Platform_build.yml index 748cb39b..0f43bb91 100644 --- a/.github/workflows/Platform_build.yml +++ b/.github/workflows/Platform_build.yml @@ -88,7 +88,7 @@ jobs: git commit -m "Update prebuilt objects [skip actions]" git push https://${{secrets.github_token}}@github.com/sle118/squeezelite-esp32.git - name: Locally store commonly built objects - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: prebuilt_objects path: | @@ -130,7 +130,7 @@ jobs: git status build_tools.py environment --build ${{ needs.bootstrap.outputs.build_number }} --env_file "$GITHUB_ENV" --node "${{matrix.node}}" --depth ${{matrix.depth}} --major 2 --docker sle118/squeezelite-esp32-idfv435 - - uses: actions/download-artifact@master + - uses: actions/download-artifact@v4 name: Restore common objects with: name: prebuilt_objects