Minor fix to the migration readme

pull/523/head
Andrew Kim 3 months ago committed by GitHub
parent 4c0ff1c489
commit 00e36f94d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save