From 2f8255b615bf16508139ae5c984de093694b4ba6 Mon Sep 17 00:00:00 2001 From: zakary Date: Sat, 22 Jun 2024 20:36:06 -0500 Subject: [PATCH] [CI] Update actions to latest version (node 16 deprecation) Closes: https://github.com/deluge-torrent/deluge/pull/453 --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 9cc949143e..75f9135ca5 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -108,7 +108,7 @@ jobs: python setup_nsis.py makensis /Darch=${{ matrix.arch }} deluge-win-installer.nsi - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: deluge-py${{ matrix.python }}-lt${{ matrix.libtorrent }}-${{ matrix.arch }} path: packaging/win/*.exe diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa400dc6ad..cba08f760f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} cache: "pip" @@ -70,7 +70,7 @@ jobs: python -c 'from deluge._libtorrent import lt; print(lt.__version__)'; $DEBUG_PREFIX pytest -v -m "not (todo or gtkui)" deluge - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 # capture all crashes as build artifacts if: failure() with: