Skip to content
Snippets Groups Projects
Commit 318f17da authored by David Bauer's avatar David Bauer
Browse files

github: update upload-artifact action


This removes the warnings about Node 10 deprecation in the GitHub CI.

Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
parent d0226591
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ jobs:
- name: Build documentation
run: make -C docs html
- name: Archive build output
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: docs_output
path: docs/_build/html
......@@ -56,13 +56,13 @@ jobs:
- name: Archive build logs
if: ${{ !cancelled() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.target }}_logs
path: openwrt/logs
- name: Archive build output
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.target }}_output
path: output
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment