Skip to content

Commit 98fe4b6

Browse files
authored
Merge pull request #37 from QQxiaoming/dependabot/github_actions/actions/upload-artifact-4.4.3
2 parents 4bf5104 + 5d3ac08 commit 98fe4b6

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.4.2
54+
uses: actions/upload-artifact@v4.4.3
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.4.2
55+
uses: actions/upload-artifact@v4.4.3
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.4.2
96+
uses: actions/upload-artifact@v4.4.3
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.4.2
71+
uses: actions/upload-artifact@v4.4.3
7272
with:
7373
name: TTFviewer_windows
7474
path: |

0 commit comments

Comments
 (0)