From e2f9679c22950a404b5f6f34c1c64b7ebca534af Mon Sep 17 00:00:00 2001 From: "Charles P." Date: Sat, 1 Jun 2024 22:41:01 +0200 Subject: [PATCH] :construction: rollback to v3 of actions/upload-artifact waiting for https://codeberg.org/forgejo/forgejo/issues/3485 to be fixed --- .forgejo/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 91882b2..3344ec5 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -27,7 +27,7 @@ jobs: output_file: modified-feed.zip - name: Upload modified feed - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: modified-feed path: modified-feed.zip \ No newline at end of file