From d06289e120b300840a833b25db66cb8c19f5d274 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Francisco=20Robles=20Mart=C3=ADn?= <f.robles.martin@pm.me>
Date: Mon, 23 Dec 2024 14:32:00 +0100
Subject: [PATCH] docs: small migration fix

---
 docs/MIGRATION.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/MIGRATION.md b/docs/MIGRATION.md
index b31dc26..f3e45ee 100644
--- a/docs/MIGRATION.md
+++ b/docs/MIGRATION.md
@@ -189,7 +189,8 @@ jobs:
       - name: Create a File
         run: echo "hello from ${{ matrix.runs-on }}" > file-${{ matrix.runs-on }}.txt
       - name: Upload Artifact
-        uses: actions/upload-artifact@v3
+-       uses: actions/upload-artifact@v3
++       uses: actions/upload-artifact@v4
         with:
 -         name: all-my-files
 +         name: my-artifact-${{ matrix.runs-on }}