Skip to content

Commit beabb8d

Browse files
committed
update upload artifact
Signed-off-by: Robert Landers <landers.robert@gmail.com>
1 parent 9a593a7 commit beabb8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
cache-to: type=local,mode=max,dest=/tmp/.${{ matrix.image }}-cache
194194
build-args: ${{ matrix.args || '' }}
195195
- name: upload artifact
196-
uses: actions/upload-artifact@v2
196+
uses: actions/upload-artifact@v4
197197
with:
198198
name: ${{ matrix.image }}
199199
path: /tmp/${{ matrix.image }}.tar

0 commit comments

Comments
 (0)