diff --git a/.github/workflows/generate-windows-packages-debug.yml b/.github/workflows/generate-windows-packages-debug.yml index 50a4e50..80b2b33 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@v6 + uses: actions/upload-artifact@v7 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@v6 + uses: actions/upload-artifact@v7 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 241b2bc..b38c741 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@v6 + uses: actions/upload-artifact@v7 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@v6 + uses: actions/upload-artifact@v7 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 5352500..423e6b3 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@v6 + uses: actions/upload-artifact@v7 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 ddb2bbf..6584515 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@v6 + uses: actions/upload-artifact@v7 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 b6e71d9..ab861ce 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@v6 + uses: actions/upload-artifact@v7 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 5a9ea36..18ddce3 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@v6 + uses: actions/upload-artifact@v7 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 1fd50e5..9ebe7c6 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@v6 + uses: actions/upload-artifact@v7 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 eeab30f..4f65d1e 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@v6 + uses: actions/upload-artifact@v7 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 5e41250..e7f9acc 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@v6 + uses: actions/upload-artifact@v7 with: name: themes-screenshots path: |