Skip to content

Commit ef09cda

Browse files
authored
Merge pull request #523 from andrewakim/andrewakim/migration-readme-fix
Minor fix to the migration readme
2 parents 4c0ff1c + 00e36f9 commit ef09cda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/MIGRATION.md

+2-1
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)