Skip to content

Commit f132fbe

Browse files
authored
Merge pull request #37 from QQxiaoming/dependabot/github_actions/actions/upload-artifact-7.0.1
build(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1
2 parents 6d2a407 + 08d0145 commit f132fbe

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

0 commit comments

Comments
 (0)