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
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- name: Archive SARIF results
if: always()
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: codeql-results-${{ matrix.language }}
path: '**/*'
2 changes: 1 addition & 1 deletion .github/workflows/linux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: cmake --build build-release --target check

- name: Upload Release Executables
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: pycdc-release
path: build-release/*
2 changes: 1 addition & 1 deletion .github/workflows/macos-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: cmake --build build-release --target check

- name: Upload Release Executables
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: pycdc-release
path: build-release/*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msvc-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Run Tests (Release)
run: cmake --build build --config Release --target RUN_TESTS || cmake --build build --config Release --target check
- name: Upload Release Executables
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: pycdc-release
path: build\Release\*.exe
Expand Down