Skip to content

Commit d7732c0

Browse files
Bump actions/download-artifact from 7 to 8 (#1339)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 79dd860 commit d7732c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
echo "OPENAPI=true" >> $GITHUB_ENV
187187
fi
188188
- name: Download coverage report
189-
uses: actions/download-artifact@v7
189+
uses: actions/download-artifact@v8
190190
with:
191191
pattern: coverage-*
192192
path: coverage/
@@ -214,7 +214,7 @@ jobs:
214214
bundler-cache: true
215215
- name: Download API Docs
216216
if: ${{ env.OPENAPI }}
217-
uses: actions/download-artifact@v7
217+
uses: actions/download-artifact@v8
218218
with:
219219
name: api_docs
220220
path: tmp/

0 commit comments

Comments
 (0)