Skip to content

Commit

Permalink
update to newer actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfalkner committed Jun 13, 2024
1 parent 388ff4e commit 18d8cff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/spelling_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Spellcheck
uses: rojopolis/spellcheck-github-actions@v0
Expand All @@ -21,7 +21,7 @@ jobs:
output_file: spellcheck-output.txt

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: '!cancelled()' # Do not upload artifact if job was cancelled
with:
name: Spellcheck Output
Expand Down

0 comments on commit 18d8cff

Please sign in to comment.