diff --git a/report/action.yml b/report/action.yml index f0154ee..8c76386 100644 --- a/report/action.yml +++ b/report/action.yml @@ -23,7 +23,7 @@ runs: steps: - name: Download Vale results if: inputs.download_artifacts == 'true' - uses: dawidd6/action-download-artifact@8305c0f1062bb0d184d09ef4493ecb9288447732 # v20 + uses: dawidd6/action-download-artifact@b6e2e70617bc3265edd6dab6c906732b2f1ae151 # v21 with: name: vale-results github_token: ${{ inputs.github_token }}