Skip to content

Commit 672d2f0

Browse files
authored
Merge pull request #34 from QQxiaoming/dependabot/github_actions/actions/upload-artifact-6.0.0
build(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0
2 parents e2bdee6 + 4f9f60b commit 672d2f0

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@v5.0.0
50+
uses: actions/upload-artifact@v6.0.0
5151
with:
5252
name: QFSViewer_Ubuntu2204
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@v5.0.0
51+
uses: actions/upload-artifact@v6.0.0
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@v5.0.0
88+
uses: actions/upload-artifact@v6.0.0
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@v5.0.0
58+
uses: actions/upload-artifact@v6.0.0
5959
with:
6060
name: QFSViewer_windows
6161
path: |

0 commit comments

Comments
 (0)