update workflow dependency

This commit is contained in:
Sébastien
2023-12-28 09:11:46 -05:00
committed by GitHub
parent 343b728323
commit 02d422c1f4

View File

@@ -88,7 +88,7 @@ jobs:
git commit -m "Update prebuilt objects [skip actions]" git commit -m "Update prebuilt objects [skip actions]"
git push https://${{secrets.github_token}}@github.com/sle118/squeezelite-esp32.git git push https://${{secrets.github_token}}@github.com/sle118/squeezelite-esp32.git
- name: Locally store commonly built objects - name: Locally store commonly built objects
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: prebuilt_objects name: prebuilt_objects
path: | path: |
@@ -130,7 +130,7 @@ jobs:
git status 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 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 name: Restore common objects
with: with:
name: prebuilt_objects name: prebuilt_objects