Skip to content

Commit d09294e

Browse files
authored
Merge pull request #33 from QQxiaoming/dependabot/github_actions/actions/upload-artifact-4.3.6
2 parents 38c96e5 + 8891154 commit d09294e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
./build_deb.sh
5252
5353
- name: Upload build asserts
54-
uses: actions/upload-artifact@v4.3.5
54+
uses: actions/upload-artifact@v4.3.6
5555
with:
5656
name: TTFviewer_Ubuntu2004
5757
path: |

.github/workflows/macos.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
./build_dmg.sh
5353
5454
- name: Upload build asserts
55-
uses: actions/upload-artifact@v4.3.5
55+
uses: actions/upload-artifact@v4.3.6
5656
with:
5757
name: TTFviewer_macos
5858
path: |
@@ -93,7 +93,7 @@ jobs:
9393
./build_dmg.sh
9494
9595
- name: Upload build asserts
96-
uses: actions/upload-artifact@v4.3.5
96+
uses: actions/upload-artifact@v4.3.6
9797
with:
9898
name: TTFviewer_macos_arm64
9999
path: |

.github/workflows/windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
./build_setup.bat
6969
7070
- name: Upload build asserts
71-
uses: actions/upload-artifact@v4.3.5
71+
uses: actions/upload-artifact@v4.3.6
7272
with:
7373
name: TTFviewer_windows
7474
path: |

0 commit comments

Comments
 (0)