Skip to content

Commit 38647ae

Browse files
authored
Merge branch 'mathoudebine:main' into SystemSensors
2 parents bc28c39 + 25acaab commit 38647ae

File tree

239 files changed

+1595
-171
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

239 files changed

+1595
-171
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@v3
45+
uses: github/codeql-action/init@v4
4646
with:
4747
languages: ${{ matrix.language }}
4848
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -56,7 +56,7 @@ jobs:
5656
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
5757
# If this step fails, then you should remove it and run the build manually (see below)
5858
- name: Autobuild
59-
uses: github/codeql-action/autobuild@v3
59+
uses: github/codeql-action/autobuild@v4
6060

6161
# ℹ️ Command-line programs to run using the OS shell.
6262
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -69,6 +69,6 @@ jobs:
6969
# ./location_of_script_within_repo/buildscript.sh
7070

7171
- name: Perform CodeQL Analysis
72-
uses: github/codeql-action/analyze@v3
72+
uses: github/codeql-action/analyze@v4
7373
with:
7474
category: "/language:${{matrix.language}}"

.github/workflows/generate-windows-packages-debug.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ jobs:
4747
7z a -tzip turing-system-monitor-${{github.event.release.tag_name}}-portable-debug.zip ".\dist\turing-system-monitor"
4848
4949
- name: '📦 Archive Windows installer'
50-
uses: actions/upload-artifact@v4
50+
uses: actions/upload-artifact@v5
5151
with:
5252
name: turing-system-monitor-${{github.event.release.tag_name}}-debug
5353
path: tools\windows-installer\Output\turing-system-monitor-${{github.event.release.tag_name}}-debug.exe
5454
if-no-files-found: error
5555

5656
- name: '📦 Archive Windows portable archive'
57-
uses: actions/upload-artifact@v4
57+
uses: actions/upload-artifact@v5
5858
with:
5959
name: turing-system-monitor-${{github.event.release.tag_name}}-portable-debug
6060
path: turing-system-monitor-${{github.event.release.tag_name}}-portable-debug.zip

.github/workflows/generate-windows-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ jobs:
4747
7z a -tzip turing-system-monitor-${{github.event.release.tag_name}}-portable.zip ".\dist\turing-system-monitor"
4848
4949
- name: '📦 Archive Windows installer'
50-
uses: actions/upload-artifact@v4
50+
uses: actions/upload-artifact@v5
5151
with:
5252
name: turing-system-monitor-${{github.event.release.tag_name}}
5353
path: tools\windows-installer\Output\turing-system-monitor-${{github.event.release.tag_name}}.exe
5454
if-no-files-found: error
5555

5656
- name: '📦 Archive Windows portable archive'
57-
uses: actions/upload-artifact@v4
57+
uses: actions/upload-artifact@v5
5858
with:
5959
name: turing-system-monitor-${{github.event.release.tag_name}}-portable
6060
path: turing-system-monitor-${{github.event.release.tag_name}}-portable.zip

.github/workflows/simple-program-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
cp screencap.png screenshot-py${{ matrix.python-version }}.png
6060
6161
- name: Archive a screenshot
62-
uses: actions/upload-artifact@v4
62+
uses: actions/upload-artifact@v5
6363
with:
6464
name: screenshot-py${{ matrix.python-version }}
6565
path: screenshot-*.png

.github/workflows/simple-program-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
cp screencap.png screenshot-py${{ matrix.python-version }}.png
6060
6161
- name: Archive a screenshot
62-
uses: actions/upload-artifact@v4
62+
uses: actions/upload-artifact@v5
6363
with:
6464
name: screenshot-py${{ matrix.python-version }}
6565
path: screenshot-*.png

.github/workflows/simple-program-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
cp screencap.png screenshot-py${{ matrix.python-version }}.png
6666
6767
- name: Archive a screenshot
68-
uses: actions/upload-artifact@v4
68+
uses: actions/upload-artifact@v5
6969
with:
7070
name: screenshot-py${{ matrix.python-version }}
7171
path: screenshot-*.png

.github/workflows/system-monitor-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
cp screencap.png screenshot-py${{ matrix.python-version }}-${{ matrix.theme }}.png
6666
6767
- name: Archive a screenshot
68-
uses: actions/upload-artifact@v4
68+
uses: actions/upload-artifact@v5
6969
with:
7070
name: screenshot-py${{ matrix.python-version }}-${{ matrix.theme }}
7171
path: screenshot-*.png

.github/workflows/system-monitor-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
cp screencap.png screenshot-py${{ matrix.python-version }}-${{ matrix.theme }}.png
6666
6767
- name: Archive a screenshot
68-
uses: actions/upload-artifact@v4
68+
uses: actions/upload-artifact@v5
6969
with:
7070
name: screenshot-py${{ matrix.python-version }}-${{ matrix.theme }}
7171
path: screenshot-*.png

.github/workflows/system-monitor-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
cp screencap.png screenshot-py${{ matrix.python-version }}-${{ matrix.theme }}.png
7272
7373
- name: Archive a screenshot
74-
uses: actions/upload-artifact@v4
74+
uses: actions/upload-artifact@v5
7575
with:
7676
name: screenshot-py${{ matrix.python-version }}-${{ matrix.theme }}
7777
path: screenshot-*.png

.github/workflows/themes-screenshot-on-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
done
6060

6161
- name: Archive screenshots
62-
uses: actions/upload-artifact@v4
62+
uses: actions/upload-artifact@v5
6363
with:
6464
name: themes-screenshots
6565
path: |

0 commit comments

Comments
 (0)