diff --git a/.github/workflows/generate-windows-packages-debug.yml b/.github/workflows/generate-windows-packages-debug.yml index fdaacd33..647d5bfb 100644 --- a/.github/workflows/generate-windows-packages-debug.yml +++ b/.github/workflows/generate-windows-packages-debug.yml @@ -47,14 +47,14 @@ jobs: 7z a -tzip turing-system-monitor-${{github.event.release.tag_name}}-portable-debug.zip ".\dist\turing-system-monitor" - name: '📦 Archive Windows installer' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: turing-system-monitor-${{github.event.release.tag_name}}-debug path: tools\windows-installer\Output\turing-system-monitor-${{github.event.release.tag_name}}-debug.exe if-no-files-found: error - name: '📦 Archive Windows portable archive' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: turing-system-monitor-${{github.event.release.tag_name}}-portable-debug path: turing-system-monitor-${{github.event.release.tag_name}}-portable-debug.zip diff --git a/.github/workflows/generate-windows-packages.yml b/.github/workflows/generate-windows-packages.yml index d305c6a7..61c790a1 100644 --- a/.github/workflows/generate-windows-packages.yml +++ b/.github/workflows/generate-windows-packages.yml @@ -47,14 +47,14 @@ jobs: 7z a -tzip turing-system-monitor-${{github.event.release.tag_name}}-portable.zip ".\dist\turing-system-monitor" - name: '📦 Archive Windows installer' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: turing-system-monitor-${{github.event.release.tag_name}} path: tools\windows-installer\Output\turing-system-monitor-${{github.event.release.tag_name}}.exe if-no-files-found: error - name: '📦 Archive Windows portable archive' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: turing-system-monitor-${{github.event.release.tag_name}}-portable path: turing-system-monitor-${{github.event.release.tag_name}}-portable.zip diff --git a/.github/workflows/simple-program-linux.yml b/.github/workflows/simple-program-linux.yml index b5311edf..65764653 100644 --- a/.github/workflows/simple-program-linux.yml +++ b/.github/workflows/simple-program-linux.yml @@ -59,7 +59,7 @@ jobs: cp screencap.png screenshot-py${{ matrix.python-version }}.png - name: Archive a screenshot - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: screenshot-py${{ matrix.python-version }} path: screenshot-*.png \ No newline at end of file diff --git a/.github/workflows/simple-program-macos.yml b/.github/workflows/simple-program-macos.yml index 31d4f8d7..e5d433ea 100644 --- a/.github/workflows/simple-program-macos.yml +++ b/.github/workflows/simple-program-macos.yml @@ -59,7 +59,7 @@ jobs: cp screencap.png screenshot-py${{ matrix.python-version }}.png - name: Archive a screenshot - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: screenshot-py${{ matrix.python-version }} path: screenshot-*.png \ No newline at end of file diff --git a/.github/workflows/simple-program-windows.yml b/.github/workflows/simple-program-windows.yml index 3e243ebb..c9fab4db 100644 --- a/.github/workflows/simple-program-windows.yml +++ b/.github/workflows/simple-program-windows.yml @@ -65,7 +65,7 @@ jobs: cp screencap.png screenshot-py${{ matrix.python-version }}.png - name: Archive a screenshot - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: screenshot-py${{ matrix.python-version }} path: screenshot-*.png diff --git a/.github/workflows/system-monitor-linux.yml b/.github/workflows/system-monitor-linux.yml index 0c012649..75106a48 100644 --- a/.github/workflows/system-monitor-linux.yml +++ b/.github/workflows/system-monitor-linux.yml @@ -65,7 +65,7 @@ jobs: cp screencap.png screenshot-py${{ matrix.python-version }}-${{ matrix.theme }}.png - name: Archive a screenshot - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: screenshot-py${{ matrix.python-version }}-${{ matrix.theme }} path: screenshot-*.png \ No newline at end of file diff --git a/.github/workflows/system-monitor-macos.yml b/.github/workflows/system-monitor-macos.yml index d118de06..46d358ff 100644 --- a/.github/workflows/system-monitor-macos.yml +++ b/.github/workflows/system-monitor-macos.yml @@ -65,7 +65,7 @@ jobs: cp screencap.png screenshot-py${{ matrix.python-version }}-${{ matrix.theme }}.png - name: Archive a screenshot - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: screenshot-py${{ matrix.python-version }}-${{ matrix.theme }} path: screenshot-*.png \ No newline at end of file diff --git a/.github/workflows/system-monitor-windows.yml b/.github/workflows/system-monitor-windows.yml index 6c487372..c50f2149 100644 --- a/.github/workflows/system-monitor-windows.yml +++ b/.github/workflows/system-monitor-windows.yml @@ -71,7 +71,7 @@ jobs: cp screencap.png screenshot-py${{ matrix.python-version }}-${{ matrix.theme }}.png - name: Archive a screenshot - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: screenshot-py${{ matrix.python-version }}-${{ matrix.theme }} path: screenshot-*.png diff --git a/.github/workflows/themes-screenshot-on-pr.yml b/.github/workflows/themes-screenshot-on-pr.yml index 16ae9437..b2a49f84 100644 --- a/.github/workflows/themes-screenshot-on-pr.yml +++ b/.github/workflows/themes-screenshot-on-pr.yml @@ -59,7 +59,7 @@ jobs: done - name: Archive screenshots - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: themes-screenshots path: |