Skip to content

Commit ca7d708

Browse files
committed
1 parent ffe7ebe commit ca7d708

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/linting_comment.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
name: nf-core linting comment
32
# This workflow is triggered after the linting action is complete
43
# It posts an automated comment to the PR, even if the PR is coming from a fork
@@ -12,7 +11,7 @@ jobs:
1211
runs-on: ubuntu-latest
1312
steps:
1413
- name: Download lint results
15-
uses: dawidd6/action-download-artifact@v2
14+
uses: dawidd6/action-download-artifact@v6
1615
with:
1716
workflow: linting.yml
1817

@@ -26,4 +25,3 @@ jobs:
2625
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2726
number: ${{ steps.pr_number.outputs.pr_number }}
2827
path: linting-logs/lint_results.md
29-

0 commit comments

Comments
 (0)