From db98c15e9b8686bce7bdaac9e76231f787cc5ddf Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Thu, 31 Jul 2025 21:34:22 +0200 Subject: [PATCH] [workflows] Fix upload-artifact version to v4 --- .github/workflows/format-check-dart.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format-check-dart.yml b/.github/workflows/format-check-dart.yml index c9c3476df..9e429bad5 100644 --- a/.github/workflows/format-check-dart.yml +++ b/.github/workflows/format-check-dart.yml @@ -41,7 +41,7 @@ jobs: - name: Upload diff artifact if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: dart-format-diff path: dart-format-diff/ \ No newline at end of file