From bf7118266b701707035c6b8c96d054223b3bdf2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 01:26:33 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/stable.yml | 2 +- .github/workflows/testing.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stable.yml b/.github/workflows/stable.yml index 0d105a5..9f79d7d 100644 --- a/.github/workflows/stable.yml +++ b/.github/workflows/stable.yml @@ -76,7 +76,7 @@ jobs: name: my-artifact path: world.txt - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: my-artifact path: distfiles diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index d9d40ab..8f7ce6a 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -76,7 +76,7 @@ jobs: name: my-artifact path: world.txt - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: my-artifact path: distfiles