revert f299868736
All checks were successful
Cachix / build (elendel) (push) Successful in 1m33s
Cachix / build (kholinar) (push) Successful in 2m3s
Cachix / build (marabethia) (push) Successful in 1m32s

revert Update actions/download-artifact action to v4
This commit is contained in:
Charlotte Van Petegem 2025-02-10 22:20:18 +01:00
parent d5934feb6d
commit 2007fdbe37

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@v4 uses: actions/download-artifact@v3
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@v4 uses: actions/download-artifact@v3
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