Skip to content

Commit

Permalink
Update artifacts to v4 (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
jashapiro authored Jan 14, 2025
1 parent c43ca15 commit 04c5c95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/style-and-sp-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
DOCS_BOT_GITHUB_TOKEN: ${{ secrets.OP_DOCS_BOT_GITHUB_TOKEN }}

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
# What branch to commit to: the one from the pull request
with:
ref: ${{ github.event.pull_request.head.ref }}
Expand All @@ -52,7 +52,7 @@ jobs:
cat spell_check_results.tsv
- name: Archive spelling errors
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: spell-check-results
path: spell_check_results.tsv
Expand Down

0 comments on commit 04c5c95

Please sign in to comment.