Skip to content

Commit 5a796c7

Browse files
authored
Merge pull request #10 from momo5502/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents af3d08e + 111b9c9 commit 5a796c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: cmake --build --preset=${{matrix.configuration}}
5353

5454
- name: Upload ${{matrix.configuration}} binaries
55-
uses: actions/upload-artifact@v3
55+
uses: actions/upload-artifact@v4
5656
with:
5757
name: ${{matrix.configuration}} binaries
5858
path: |

0 commit comments

Comments
 (0)