Skip to content

Commit

Permalink
fix: update Ape action
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Jul 26, 2024
1 parent 61ec4d4 commit 3486be8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: ApeWorX/github-action@v2
- uses: ApeWorX/github-action@v3
- run: ape compile --size
# Upload ape build files for testing
- uses: actions/upload-artifact@v3
Expand All @@ -48,7 +48,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: foundry-rs/foundry-toolchain@v1
- uses: ApeWorX/github-action@v2
- uses: ApeWorX/github-action@v3
# Ape build artifacts used for testing
- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 3486be8

Please sign in to comment.