Skip to content

Commit

Permalink
Merge pull request #10 from QQxiaoming/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/upload-artifact-4.3.0

build(deps): bump actions/upload-artifact from 4.2.0 to 4.3.0
  • Loading branch information
QQxiaoming authored Jan 24, 2024
2 parents 663191a + a4aa792 commit cc9d518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ jobs:
tar -czf toolchain.tar.gz /opt/gcc-riscv64-unknown-elf
- name: Upload build asserts
uses: actions/upload-artifact@v4.2.0
uses: actions/upload-artifact@v4.3.0
with:
name: gd32vf103.elf
path: |
./build/gd32vf103.elf
- name: Upload prebuilt toolchain
uses: actions/upload-artifact@v4.2.0
uses: actions/upload-artifact@v4.3.0
with:
name: prebuilt_toolchain
path: |
Expand Down

0 comments on commit cc9d518

Please sign in to comment.