Skip to content

Commit

Permalink
feat: use v1 version instead of v3
Browse files Browse the repository at this point in the history
  • Loading branch information
yndx-birman committed Nov 15, 2023
1 parent e6ab69c commit c8fbf2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Upload
uses: diplodoc-platform/docs-upload-action@v3
uses: diplodoc-platform/docs-upload-action@v1
if: github.event.workflow_run.conclusion == 'success'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -47,7 +47,7 @@ jobs:
storage-secret-access-key: ${{ secrets.DIPLODOC_SECRET_ACCESS_KEY }}

- name: Comment message
uses: diplodoc-platform/docs-message-action@v3
uses: diplodoc-platform/docs-message-action@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
project-link: ${{ vars.DIPLODOC_PROJECT_LINK }}
Expand Down

0 comments on commit c8fbf2d

Please sign in to comment.