We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a2f5bf commit 622ef4dCopy full SHA for 622ef4d
.github/workflows/post-pr-reviews.yml
@@ -24,7 +24,7 @@ jobs:
24
steps:
25
- name: Create a .git directory needed by reviewdog
26
run: git init
27
- - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
+ - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
28
id: diff
29
continue-on-error: true
30
with:
0 commit comments