Update actions/download-artifact action to v4
All checks were successful
Cachix / build (elendel) (pull_request) Successful in 1m26s
Cachix / build (kholinar) (pull_request) Successful in 1m58s
Cachix / build (marabethia) (pull_request) Successful in 1m28s

This commit is contained in:
Renovate Bot 2025-02-13 09:00:57 +00:00
parent e322200482
commit b6733aee36

View file

@ -36,7 +36,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Download changed flake.lock
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: flake.lock
- run: apt update && apt install -y sudo
@ -59,7 +59,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Download changed flake.lock
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: flake.lock
- uses: https://github.com/stefanzweifel/git-auto-commit-action@v5.1.0