Skip to content

Commit 533298b

Browse files
authored
Merge pull request #370 from froblesmartin/patch-1
docs: small migration fix
2 parents d0ce8fd + d06289e commit 533298b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/MIGRATION.md

Lines changed: 2 additions & 1 deletion
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)