Skip to content

Commit 4df83d3

Browse files
authored
Merge pull request #35 from QQxiaoming/dependabot/github_actions/actions/upload-artifact-4.4.1
2 parents e65704c + 3b720ca commit 4df83d3

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

0 commit comments

Comments
 (0)