Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SmejkalJakub committed Oct 31, 2023
1 parent a5d61b8 commit 2596e77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
submodules: recursive
- name: Setup GNU Arm Embedded Toolchain
uses: carlosperate/arm-none-eabi-gcc-action@v1.4.0
uses: carlosperate/arm-none-eabi-gcc-action@v1

- name: Setup env
run: |
Expand All @@ -44,7 +44,7 @@ jobs:

- name: Release
if: ${{ github.event_name == 'release' }}
uses: softprops/action-gh-release@v0.1.5
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ github.token }}
with:
Expand Down

0 comments on commit 2596e77

Please sign in to comment.