From 2d23c3eb4a382a45ac60b962f651ee7775f200d8 Mon Sep 17 00:00:00 2001 From: Harald Klimach Date: Thu, 22 May 2025 19:24:06 +0200 Subject: [PATCH] Update pysys-action to 1.0.1 --- .github/workflows/compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 9625cdd..8c2a276 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -42,7 +42,7 @@ jobs: - name: Run system tests if: inputs.systest == true id: pysys - uses: apes-suite/pysys-action@v1.0.0 + uses: apes-suite/pysys-action@v1.0.1 - name: Upload PySys archive artifacts for any test failures uses: actions/upload-artifact@v4.6.2