From aeeee8aad14fd73bee411b87e9be8a4c45bd0d15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:14:03 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-update-flakes.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-update-flakes.yml b/.github/workflows/auto-update-flakes.yml index 9b1750f..cc63ee5 100644 --- a/.github/workflows/auto-update-flakes.yml +++ b/.github/workflows/auto-update-flakes.yml @@ -40,7 +40,7 @@ jobs: trusted-binary-caches = https://cache.nixos.org trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= - run: rm flake.lock - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: flake-lock path: flake.lock @@ -54,7 +54,7 @@ jobs: steps: - uses: actions/checkout@v2.4.0 - run: rm flake.lock - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: flake-lock path: flake.lock