From 132d6bfc8679e9482c0b26f10bfefd32cc97f407 Mon Sep 17 00:00:00 2001 From: RodoMa92 Date: Tue, 14 Jul 2026 16:20:27 +0200 Subject: Upstream action workflows. Updated older action workflows and adapted the with variables where needed. Python has been also bumped to the latest 3.11 LTS release, but we will probably need to consider a mayor version bump in the future, since it has only ~ 1 year of security updates. --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/release.yml') diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ac1637e4..5c3d9bd4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: steps: - name: Checkout 🧰 - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Install semver-tool asdf uses: asdf-vm/actions/install@v4 @@ -132,7 +132,7 @@ jobs: needs: [create_tag, build] steps: - name: Fetch package artifact ⬇️ - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: PluginLoader -- cgit v1.2.3