Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
run: tar zcf sources.tar.gz sources

- name: Archive Source Bundle
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v6
with:
name: source-bundle
path: sources.tar.gz
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
./cibuild.sh -A -R -c testlist/${{matrix.boards}}.dat
ccache -s

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v6
with:
name: linux-builds
path: buildartifacts/
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
./cibuild.sh -i -A -R -c testlist/${{matrix.boards}}.dat
ccache -s

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v6
with:
name: macos-builds
path: buildartifacts/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
pip3 install pipenv
pipenv install
pipenv run make html
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v6
with:
name: sphinx-docs
path: Documentation/_build/html/