Skip to content

Commit

Permalink
Minor fix to the migration readme
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewakim committed Feb 15, 2024
1 parent 4c0ff1c commit 00e36f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/MIGRATION.md
Original file line number Diff line number Diff line change
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

1 comment on commit 00e36f9

@Alanoudj
Copy link

@Alanoudj Alanoudj commented on 00e36f9 Feb 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is upload-artifact/merge@v4+ supported on GHES or it's still not supported? You used to have a note for that in the merge readme file but not anymore?

> upload-artifact/merge@v4+ is not currently supported on GHES.

Please sign in to comment.