Skip to content

Commit

Permalink
Merge pull request #526 from OpenEVSE/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/upload-artifact-3

Bump actions/upload-artifact from 2 to 3
  • Loading branch information
jeremypoulter authored Jan 25, 2023
2 parents a6f6191 + 899f97f commit 15fda3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
PLATFORMIO_BUILD_FLAGS: ${{ matrix.gui.build_flags }}

- name: Upload output to GitHub
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.env }}_${{ matrix.gui.name }}.bin
path: .pio/build/${{ matrix.env }}/firmware.bin
Expand Down

0 comments on commit 15fda3f

Please sign in to comment.