Skip to content

Commit

Permalink
use v4 actifact actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Leechael committed Oct 16, 2024
1 parent 62c8fcf commit 2f06fa5
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 @@ -58,7 +58,7 @@ jobs:
# cargo clean && rm -rf rpc/src/generated/*.rs && cargo fmt -- --check $(find . -name '*.rs' -type f | grep -v "/generated/")

- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }}-build
path: target/release/tappd-simulator*
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
prerelease: false

- name: Download all artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4

- name: Calculate MD5 checksums
run: |
Expand Down

0 comments on commit 2f06fa5

Please sign in to comment.