mirror of
https://github.com/actions/download-artifact.git
synced 2024-12-24 08:12:16 -05:00
Merge pull request #370 from froblesmartin/patch-1
docs: small migration fix
This commit is contained in:
commit
533298bc57
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue