From 5a88d04159d1c0422168a5f3a9dccc245309acbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 15:20:34 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3.1.0 to 4.0.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.0 to 4.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/3cea5372237819ed00197afe530f5a7ea3e805c8...c7d193f32edcb7bfad88892161225aeda64e9392) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/link-check-daily.yml | 2 +- .github/workflows/link-check-on-pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/link-check-daily.yml b/.github/workflows/link-check-daily.yml index 7d533b83aa5b..da5aea600225 100644 --- a/.github/workflows/link-check-daily.yml +++ b/.github/workflows/link-check-daily.yml @@ -79,7 +79,7 @@ jobs: run: node src/links/scripts/rendered-content-link-checker.js - name: Upload artifact(s) - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 with: name: artifacts path: ./artifacts diff --git a/.github/workflows/link-check-on-pr.yml b/.github/workflows/link-check-on-pr.yml index debc3b73c20a..0ee535e828aa 100644 --- a/.github/workflows/link-check-on-pr.yml +++ b/.github/workflows/link-check-on-pr.yml @@ -52,7 +52,7 @@ jobs: run: node src/links/scripts/rendered-content-link-checker.js - name: Upload artifact(s) - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 with: name: artifacts path: ./artifacts