Update actions/download-artifact action to v4
This commit is contained in:
parent
e322200482
commit
b6733aee36
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue