Skip to content

Commit 3bfe4b6

Browse files
committed
github: Update action to upload-artifact@v4
upload-artifact@v2 is gone now, so update to v4. Signed-off-by: Rob Herring (Arm) <[email protected]>
1 parent 4b98097 commit 3bfe4b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: make singlehtml
4040

4141
- name: upload
42-
uses: actions/upload-artifact@v2
42+
uses: actions/upload-artifact@v4
4343
with:
4444
name: artifacts
4545
path: |

0 commit comments

Comments
 (0)