From 3011249582f72da507cb0e08a321f260459b3c6a Mon Sep 17 00:00:00 2001 From: sudo-rsingh Date: Sat, 16 May 2026 01:42:36 +0530 Subject: [PATCH] Update .github/workflows/build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f43ed16..ee5c8c4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: cat test.txt - name: Artifact Upload - uses: https://gitea.com/actions/gitea-upload-artifact@v3 + uses: https://gitea.com/actions/gitea-upload-artifact@v4 with: name: test path: test.txt \ No newline at end of file