Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3.1.2 to 3.1.3 (#43)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 21, 2023
1 parent 79dc1e9 commit 86c0dff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
if: ${{ matrix.device != 'pico-w' }}
run: |
sed -i 's/${{ steps.esphome-build.outputs.name }}\//\/${{ matrix.firmware }}\/${{ matrix.device }}\//g' output/${{ matrix.device }}/manifest.json
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
name: ${{ matrix.firmware }}
path: output
Expand All @@ -84,7 +84,7 @@ jobs:
run: |
version=$(cat files/*/version | sort -V | tail -n 1)
jq -s --arg version "$version" '{"name": "${{ matrix.name }}", "version": $version, "home_assistant_domain": "esphome", "new_install_skip_erase": false, "builds":.}' files/*/manifest.json > manifest.json
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
name: ${{ matrix.project }}
path: manifest.json
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
jq --arg version "$version" '{"name": "${{ matrix.name }}", "version": $version, "home_assistant_domain": "esphome", "new_install_skip_erase": false, "builds":[.]}' manifest.json > ../../output/$device/manifest.json
popd
done
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
name: ${{ matrix.project }}
path: output
Expand Down

0 comments on commit 86c0dff

Please sign in to comment.