Minor fix to the migration readme

This commit is contained in:
Andrew Kim 2024-02-15 11:01:40 -08:00 committed by GitHub
parent 4c0ff1c489
commit 00e36f94d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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