From e4317c66f5ffc9d4b07f6cac4e55f4ff5193ca0a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Wed, 25 Feb 2026 00:01:26 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v6 --- .gitea/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index e9cfc2e..53f47a4 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -48,7 +48,7 @@ jobs: --keep-going - name: Upload parity artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: render-parity-artifacts path: target/render-parity/current