Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
ci: fix artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
DumpTime committed Feb 26, 2024
1 parent 8fda209 commit 6e12631
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: List support target platform
run: rustup target list
Expand All @@ -38,7 +38,7 @@ jobs:
run: ls -l target/release

- name: Upload build artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.target }}
path: |
Expand Down

0 comments on commit 6e12631

Please sign in to comment.