Merge pull request #523 from andrewakim/andrewakim/migration-readme-fix

Minor fix to the migration readme
This commit is contained in:
Rob Herley 2024-02-15 14:06:33 -05:00 committed by GitHub
commit ef09cdac3e
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 }}