We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70bc66d commit a10e86aCopy full SHA for a10e86a
.github/workflows/post-pr-reviews.yml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
- name: Create a .git directory needed by reviewdog
21
run: git init
22
- - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
+ - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
23
id: diff
24
continue-on-error: true
25
with:
0 commit comments