We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffe7ebe commit ca7d708Copy full SHA for ca7d708
1 file changed
.github/workflows/linting_comment.yml
@@ -1,4 +1,3 @@
1
-
2
name: nf-core linting comment
3
# This workflow is triggered after the linting action is complete
4
# It posts an automated comment to the PR, even if the PR is coming from a fork
@@ -12,7 +11,7 @@ jobs:
12
11
runs-on: ubuntu-latest
13
steps:
14
- name: Download lint results
15
- uses: dawidd6/action-download-artifact@v2
+ uses: dawidd6/action-download-artifact@v6
16
with:
17
workflow: linting.yml
18
@@ -26,4 +25,3 @@ jobs:
26
25
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
number: ${{ steps.pr_number.outputs.pr_number }}
28
path: linting-logs/lint_results.md
29
0 commit comments