Skip to content

Commit ac0ebf9

Browse files
committed
Update CI artifact upload action
1 parent e910892 commit ac0ebf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: ./scripts/build-android-app.sh -q -DskipTests
2626
- name: Upload UI test screenshot artifact
2727
if: always()
28-
uses: actions/upload-artifact@v3
28+
uses: actions/upload-artifact@v4
2929
with:
3030
name: hello-codenameone-ui-test-screenshot
3131
path: ${{ env.CN1_UI_TEST_SCREENSHOT }}

0 commit comments

Comments
 (0)