From 82e66f430aef7ef54de29ff8d585a32adb969c38 Mon Sep 17 00:00:00 2001 From: Guilhem Lavaux Date: Mon, 16 Jun 2025 22:33:28 +0200 Subject: [PATCH] chore: downgrade to v3 --- .forgejo/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/release.yaml b/.forgejo/workflows/release.yaml index 7b6531c..eebe592 100644 --- a/.forgejo/workflows/release.yaml +++ b/.forgejo/workflows/release.yaml @@ -5,7 +5,7 @@ jobs: steps: - run: mkdir -p mypath - run: echo "hello" > mypath/world.txt - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v3 with: name: my-artifact path: mypath/world.txt