Skip to content

Commit

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

build(deps): bump actions/upload-artifact from 4.4.2 to 4.4.3
  • Loading branch information
QQxiaoming authored Oct 10, 2024
2 parents e8094aa + 03f71d3 commit 9470237
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/[email protected].2
uses: actions/[email protected].3
with:
name: gd32vf103.elf
path: |
./build/gd32vf103.elf
- name: Upload prebuilt toolchain
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
name: prebuilt_toolchain
path: |
Expand Down

0 comments on commit 9470237

Please sign in to comment.