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
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:
parent
4e6895cb5f
commit
f299868736
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue