diff --git a/.github/workflows/CI_build.yml b/.github/workflows/CI_build.yml index 69904783b..f276e072f 100644 --- a/.github/workflows/CI_build.yml +++ b/.github/workflows/CI_build.yml @@ -42,7 +42,7 @@ jobs: - name: Archive artifacts for x64 if: matrix.build_platform == 'x64' && matrix.build_configuration == 'Release' - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: plugin_dll_and_list_x64 path: | @@ -51,7 +51,7 @@ jobs: - name: Archive artifacts for Win32 if: matrix.build_platform == 'Win32' && matrix.build_configuration == 'Release' - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: plugin_dll_and_list_x86 path: | @@ -60,7 +60,7 @@ jobs: - name: Archive artifacts for ARM64 if: matrix.build_platform == 'ARM64' && matrix.build_configuration == 'Release' - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: plugin_dll_and_list_arm64 path: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 075fc0ae8..8f01d08ea 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,7 +67,7 @@ jobs: - name: Archive artifacts for x64 if: matrix.build_platform == 'x64' && matrix.build_configuration == 'Release' - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: plugin_dll_and_list_x64 path: | @@ -76,7 +76,7 @@ jobs: - name: Archive artifacts for Win32 if: matrix.build_platform == 'Win32' && matrix.build_configuration == 'Release' - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: plugin_dll_and_list_x86 path: | @@ -85,7 +85,7 @@ jobs: - name: Archive artifacts for ARM64 if: matrix.build_platform == 'ARM64' && matrix.build_configuration == 'Release' - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: plugin_dll_and_list_arm64 path: | diff --git a/requirements.txt b/requirements.txt index e9d776cdc..6d852369c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ attrs==25.4.0 -certifi==2026.1.4 +certifi==2026.2.25 charset-normalizer==3.4.4 idna==3.11 jsonschema==4.25.1