Skip to content

Commit

Permalink
update github actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
ligenxxxx committed Feb 28, 2024
1 parent c1b2806 commit 80784d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true

Expand All @@ -21,13 +21,13 @@ jobs:
run: echo "firmware_name=$(basename out/*bin)" >> $GITHUB_ENV

- name: Upload Firmware Package
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.firmware_name }}
path: out/${{ env.firmware_name }}

- name: Upload Firmware Binary
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: HDZGOGGLE
path: out/HDZGOGGLE
Expand Down

0 comments on commit 80784d2

Please sign in to comment.