chore: downgrade to v3
All checks were successful
/ release (push) Successful in 1m0s

This commit is contained in:
Guilhem Lavaux 2025-06-16 22:33:28 +02:00
parent 3598b6ae48
commit 82e66f430a

View file

@ -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