Skip to content

Commit

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

build(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0
  • Loading branch information
QQxiaoming authored Dec 18, 2024
2 parents 9470237 + 00e14b1 commit fd3ae1e
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.4.3
uses: actions/upload-artifact@v4.5.0
with:
name: gd32vf103.elf
path: |
./build/gd32vf103.elf
- name: Upload prebuilt toolchain
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
name: prebuilt_toolchain
path: |
Expand Down

0 comments on commit fd3ae1e

Please sign in to comment.