Skip to content

Commit

Permalink
Merge pull request #523 from andrewakim/andrewakim/migration-readme-fix
Browse files Browse the repository at this point in the history
Minor fix to the migration readme
  • Loading branch information
robherley committed Feb 15, 2024
2 parents 4c0ff1c + 00e36f9 commit ef09cda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/MIGRATION.md
Expand Up @@ -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 }}
Expand Down

0 comments on commit ef09cda

Please sign in to comment.