Skip to content

Commit dea568b

Browse files
authored
Merge pull request #18 from QQxiaoming/dependabot/github_actions/actions/upload-artifact-4.3.3
build(deps): bump actions/upload-artifact from 4.3.2 to 4.3.3
2 parents 54e6ae2 + 435f388 commit dea568b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.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/[email protected].2
50+
uses: actions/[email protected].3
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/[email protected].2
51+
uses: actions/[email protected].3
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/[email protected].2
88+
uses: actions/[email protected].3
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/[email protected].2
58+
uses: actions/[email protected].3
5959
with:
6060
name: QFSViewer_windows
6161
path: |

0 commit comments

Comments
 (0)