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

Minor fix to the migration readme
pull/521/merge
Rob Herley 3 months ago committed by GitHub
commit ef09cdac3e
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