Skip to content

Commit 3a1a347

Browse files
chore(deps): bump actions/upload-artifact from 4 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fa6f60c commit 3a1a347

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107

108108
- name: Upload Artifacts
109109
if: github.event_name != 'pull_request'
110-
uses: actions/upload-artifact@v4
110+
uses: actions/upload-artifact@v6
111111
with:
112112
name: ${{ env.PLATFORM }}-artifact
113113
path: ${{ env.OUTPUT_DIR }}${{ env.PLATFORM }}/

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
"--gtest_output=xml:${{ env.TEST_RESULT_FILE_PATH }}"
5353
5454
- name: Upload Test Results
55-
uses: actions/upload-artifact@v4
55+
uses: actions/upload-artifact@v6
5656
with:
5757
name: gtest-results
5858
path: ${{ env.TEST_RESULT_FILE_PATH }}

0 commit comments

Comments
 (0)