Skip to content

Commit 202d28f

Browse files
authored
Merge pull request #30 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 c91b4af + 616472c commit 202d28f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
./build_deb.sh
4848
4949
- name: Upload build asserts
50-
uses: actions/upload-artifact@v4.6.1
50+
uses: actions/upload-artifact@v4.6.2
5151
with:
5252
name: QFSViewer_Ubuntu2004
5353
path: |

.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
./build_dmg.sh
4949
5050
- name: Upload build asserts
51-
uses: actions/upload-artifact@v4.6.1
51+
uses: actions/upload-artifact@v4.6.2
5252
with:
5353
name: QFSViewer_macos
5454
path: |
@@ -85,7 +85,7 @@ jobs:
8585
./build_dmg.sh
8686
8787
- name: Upload build asserts
88-
uses: actions/upload-artifact@v4.6.1
88+
uses: actions/upload-artifact@v4.6.2
8989
with:
9090
name: QFSViewer_macos_arm64
9191
path: |

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
./build_setup.bat
5656
5757
- name: Upload build asserts
58-
uses: actions/upload-artifact@v4.6.1
58+
uses: actions/upload-artifact@v4.6.2
5959
with:
6060
name: QFSViewer_windows
6161
path: |

0 commit comments

Comments
 (0)