Skip to content

Commit 6a859c1

Browse files
authored
Merge pull request #41 from QQxiaoming/dependabot/github_actions/actions/upload-artifact-4.6.2
build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2
2 parents f3128e7 + 1282389 commit 6a859c1

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

0 commit comments

Comments
 (0)