Skip to content

Commit

Permalink
chore: update actions (#1385)
Browse files Browse the repository at this point in the history
Signed-off-by: Ry Jones <[email protected]>
  • Loading branch information
ryjones authored Jan 9, 2025
1 parent 5720e80 commit 2a30b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/repolinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
continue-on-error: true
run: bundle exec /app/bin/repolinter.js --rulesetUrl https://raw.githubusercontent.com/hyperledger-labs/hyperledger-community-management-tools/master/repo_structure/repolint.json --format markdown | tee /repolinter-report.md
- name: Save repolinter-report file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: repolinter-report
path: /repolinter-report.md

0 comments on commit 2a30b6a

Please sign in to comment.