diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index a868c3e..b3348b2 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -23,7 +23,7 @@ jobs: source_files: ${{ steps.changed_files.outputs.all_changed_files }} output_file: spellcheck-output.txt - - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 + - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4 if: '!cancelled()' with: name: Spellcheck Output