Skip to content

Commit

Permalink
Merge pull request #91 from compscidr/renovate/actions-upload-artifac…
Browse files Browse the repository at this point in the history
…t-4.x

Update actions/upload-artifact action to v4.6.1
  • Loading branch information
compscidr authored Feb 25, 2025
2 parents d6d7ce7 + 5dbebf5 commit e1c2056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
mkdir -p ./core/build/reports/ &&
tar -czvf kanonproxy-reports.tar.gz -C core/build reports
- name: Upload Reports
uses: actions/upload-artifact@v4.6.0
uses: actions/upload-artifact@v4.6.1
if: always()
with:
name: kanonproxy-reports
Expand Down

0 comments on commit e1c2056

Please sign in to comment.