Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ jobs:
python mingw_deploy.py ccccc/ccccc.exe

- name: Upload ccccc
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: ccccc
path: |
ccccc/*.exe

- name: Upload ccccc dependencies
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: ccccc_dll
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msys2_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
python mingw_deploy.py ccccc.exe

- name: Upload ccccc
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: ccccc
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
./bin/gmake/Release/ccccc --template-file=template/ccccc_html/template.tpl --exclude-directory=3rd project/export-compile-commands/release/compile_commands.json > index.html

- name: Upload index.html
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: ccccc.html
path: |
Expand Down