Skip to content

Commit

Permalink
Update actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
LenKlose committed Sep 26, 2024
1 parent 628af6a commit 5ffc675
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/full-quality-assurance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Run build
run: npm run build
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: "@dvelop-sdk-${{github.run_id}}-${{matrix.node-version}}"
path: |
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Generate docs
run: npm run docs
- name: Upload docs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: dvelop-sdk-${{github.run_id}}-docs
path: docs

0 comments on commit 5ffc675

Please sign in to comment.