Skip to content

Commit b9cea8b

Browse files
committed
Fix deprecated github action
1 parent b329228 commit b9cea8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193

194194
-
195195
name: Upload Behat logs
196-
uses: actions/upload-artifact@v2
196+
uses: actions/upload-artifact@v4
197197
if: failure()
198198
with:
199199
name: Behat logs

0 commit comments

Comments
 (0)