Skip to content

Commit

Permalink
ci: Update to upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
qookei committed Sep 17, 2024
1 parent b8b8cda commit c76e34a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
ninja coverage-text
ninja coverage-sonarqube
- name: Upload coverage reports as artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: coverages
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
cd build
ninja docs/libasync-doc
- name: Upload docs as artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: libasync-docs
path: build/docs/libasync-doc/
Expand Down

0 comments on commit c76e34a

Please sign in to comment.