mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +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:
|
||||
- uses: actions/checkout@v4.1.1
|
||||
- name: Download digests
|
||||
uses: actions/download-artifact@v4.0.0
|
||||
uses: actions/download-artifact@v3.0.2
|
||||
with:
|
||||
name: digests-${{ matrix.image.target }}-${{ matrix.registry }}
|
||||
path: /tmp/digests
|
||||
|
|
Loading…
Reference in a new issue