Skip to content

Commit d06289e

Browse files
docs: small migration fix
1 parent d0ce8fd commit d06289e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/MIGRATION.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,8 @@ jobs:
189189
- name: Create a File
190190
run: echo "hello from ${{ matrix.runs-on }}" > file-${{ matrix.runs-on }}.txt
191191
- name: Upload Artifact
192-
uses: actions/upload-artifact@v3
192+
- uses: actions/upload-artifact@v3
193+
+ uses: actions/upload-artifact@v4
193194
with:
194195
- name: all-my-files
195196
+ name: my-artifact-${{ matrix.runs-on }}

0 commit comments

Comments
 (0)