Update actions/download-artifact action to v4
Some checks failed
Cachix / build (elendel) (pull_request) Successful in 1m28s
Cachix / build (kholinar) (pull_request) Successful in 2m1s
Cachix / build (marabethia) (pull_request) Successful in 1m30s
Cachix / build (kholinar) (push) Waiting to run
Cachix / build (marabethia) (push) Waiting to run
Cachix / build (elendel) (push) Has been cancelled

This commit is contained in:
Renovate Bot 2025-02-10 16:01:08 +00:00
parent 4e6895cb5f
commit f299868736

View file

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