Skip to content

Commit 6256991

Browse files
committed
update workflows
1 parent fe5693f commit 6256991

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
utcOffset: "+08:00"
3636

3737
- name: upload build result
38-
uses: actions/upload-artifact@v2
38+
uses: actions/upload-artifact@v4
3939
with:
4040
name: JavaFXSample-${{ steps.current-time.outputs.formattedTime }}-${{ matrix.os }}
4141
path: staging

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
utcOffset: "+08:00"
3636

3737
- name: upload build result
38-
uses: actions/upload-artifact@v2
38+
uses: actions/upload-artifact@v4
3939
with:
4040
name: JavaFXSample-${{ steps.current-time.outputs.formattedTime }}-${{ matrix.os }}
4141
path: staging

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
utcOffset: "+08:00"
4040

4141
- name: upload build result
42-
uses: actions/upload-artifact@v2
42+
uses: actions/upload-artifact@v4
4343
with:
4444
name: JavaFXSample-${{ steps.current-time.outputs.formattedTime }}-${{ matrix.os }}
4545
path: staging

0 commit comments

Comments
 (0)