Skip to content

Commit

Permalink
specify github version and upgrade artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
TanvirDeol committed Jan 27, 2025
1 parent fcd94fb commit 48b0741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aderyn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
toolchain: stable

- name: Install Aderyn
run: cargo install --git https://github.com/Cyfrin/aderyn.git
run: cargo install --git https://github.com/Cyfrin/aderyn.git --tag v0.3.3

- name: Upload Aderyn Report
run: aderyn --output report.md .

- name: Upload Aderyn Report as Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: aderyn-report
path: report.md

0 comments on commit 48b0741

Please sign in to comment.