Skip to content

Commit c76e34a

Browse files
committed
ci: Update to upload-artifact@v4
1 parent b8b8cda commit c76e34a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
ninja coverage-text
3535
ninja coverage-sonarqube
3636
- name: Upload coverage reports as artifacts
37-
uses: actions/upload-artifact@v2
37+
uses: actions/upload-artifact@v4
3838
with:
3939
name: coverages
4040
path: |

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
cd build
3131
ninja docs/libasync-doc
3232
- name: Upload docs as artifacts
33-
uses: actions/upload-artifact@v2
33+
uses: actions/upload-artifact@v4
3434
with:
3535
name: libasync-docs
3636
path: build/docs/libasync-doc/

0 commit comments

Comments
 (0)