mirror of
https://github.com/esphome/esphome.git
synced 2024-11-24 16:08:10 +01:00
Revert "Bump actions/download-artifact from 3.0.2 to 4.0.0" (#5956)
This commit is contained in:
parent
89c6f3d45d
commit
bf258230cd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -158,7 +158,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.1
|
- uses: actions/checkout@v4.1.1
|
||||||
- name: Download digests
|
- name: Download digests
|
||||||
uses: actions/download-artifact@v4.0.0
|
uses: actions/download-artifact@v3.0.2
|
||||||
with:
|
with:
|
||||||
name: digests-${{ matrix.image.target }}-${{ matrix.registry }}
|
name: digests-${{ matrix.image.target }}-${{ matrix.registry }}
|
||||||
path: /tmp/digests
|
path: /tmp/digests
|
||||||
|
|
Loading…
Reference in a new issue