mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-31 07:01:03 +00:00
This reverts commit defeb8e52b.
As per https://github.com/actions/upload-artifact/issues/478 the new version of upload-artifact includes a breaking change.
This commit is contained in:
4
.github/workflows/build_esp32_s3.yml
vendored
4
.github/workflows/build_esp32_s3.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
build-esp32-s3:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build base
|
||||
id: base
|
||||
uses: ./.github/actions/setup-base
|
||||
@@ -52,7 +52,7 @@ jobs:
|
||||
id: version
|
||||
|
||||
- name: Store binaries as an artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: firmware-${{ inputs.board }}-${{ steps.version.outputs.version }}.zip
|
||||
path: |
|
||||
|
||||
Reference in New Issue
Block a user