Skip to content

Commit 2138745

Browse files
Bump actions/download-artifact from 4 to 5 (#1123)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7979c54 commit 2138745

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
@@ -210,7 +210,7 @@ jobs:
210210
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
211211
chmod +x ./cc-test-reporter
212212
- name: Download coverage reports
213-
uses: actions/download-artifact@v4
213+
uses: actions/download-artifact@v5
214214
with:
215215
name: coverage
216216
path: coverage/coverage.*.json
@@ -232,7 +232,7 @@ jobs:
232232
bundler-cache: true
233233
- name: Download API Docs
234234
if: ${{ env.OPENAPI }}
235-
uses: actions/download-artifact@v4
235+
uses: actions/download-artifact@v5
236236
with:
237237
name: api_docs
238238
path: tmp/

0 commit comments

Comments
 (0)