From 2bfefcacdc5a84e9b4a817a4d6f6dffb84c04484 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 08:32:45 +0000 Subject: [PATCH] github-actions: bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/createWebNews.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/createWebNews.yaml b/.github/workflows/createWebNews.yaml index 08d8b343a..9cbabce32 100644 --- a/.github/workflows/createWebNews.yaml +++ b/.github/workflows/createWebNews.yaml @@ -83,7 +83,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download News File - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: news-file @@ -119,7 +119,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download News File - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: news-file