From 19a38818a14d38c53f7c2ba0eb7d9d9fe3db182a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 05:29:16 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.6.1 to 4.6.2 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1...ea165f8d65b6e75b540449e92b4886f43607fa02) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 4.6.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/gh-pages.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index fe38600..19314da 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -37,7 +37,7 @@ jobs: - name: Add results to step summary run: cat docs/_includes/implementations.json >> $GITHUB_STEP_SUMMARY - name: Upload Implementations - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: implementations path: docs/_includes/* @@ -64,7 +64,7 @@ jobs: echo "# Specific Draft & Implementation results" >> $GITHUB_STEP_SUMMARY cat docs/_includes/per-draft.md >> $GITHUB_STEP_SUMMARY - name: Upload Implementations - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: functional path: docs/_includes/* @@ -93,7 +93,7 @@ jobs: echo "# Json Validator Benchmark Results" >> $GITHUB_STEP_SUMMARY cat docs/_includes/JsonValidateBenchmark.md >> $GITHUB_STEP_SUMMARY - name: Upload Implementations - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: validateBenchmark path: docs/_includes/* @@ -122,7 +122,7 @@ jobs: echo "# Json Serde Benchmark Results" >> $GITHUB_STEP_SUMMARY cat docs/_includes/JsonSerdeBenchmark.md >> $GITHUB_STEP_SUMMARY - name: Upload Implementations - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: serdeBenchmark path: docs/_includes/*