Skip to content

Commit e8fb77a

Browse files
Update actions/download-artifact action to v7
| datasource | package | from | to | | ----------- | ------------------------- | ---- | -- | | github-tags | actions/download-artifact | v4 | v7 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 25a74eb commit e8fb77a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,13 @@ jobs:
132132
password: ${{ secrets.GITHUB_TOKEN }}
133133

134134
- name: Download digests (amd64)
135-
uses: actions/download-artifact@v4
135+
uses: actions/download-artifact@v7
136136
with:
137137
name: digests-${{ matrix.version }}-linux-amd64
138138
path: /tmp/digests
139139

140140
- name: Download digests (arm64)
141-
uses: actions/download-artifact@v4
141+
uses: actions/download-artifact@v7
142142
with:
143143
name: digests-${{ matrix.version }}-linux-arm64
144144
path: /tmp/digests

0 commit comments

Comments
 (0)