Skip to content

Commit 750ea50

Browse files
authored
Merge pull request #957 from meilisearch/dependabot/github_actions/github-actions-5895ac63cc
Bump the github-actions group across 1 directory with 3 updates
2 parents 3a0335c + 20d6907 commit 750ea50

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
update_release_draft:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: release-drafter/release-drafter@v6
12+
- uses: release-drafter/release-drafter@v7
1313
with:
1414
config-name: release-draft-template.yml
1515
env:

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ jobs:
2929
- name: Build and run unit and integration tests
3030
run: ./gradlew build integrationTest --info
3131
- name: Archive test report
32-
uses: actions/upload-artifact@v6
32+
uses: actions/upload-artifact@v7
3333
if: failure()
3434
with:
3535
name: Test report
3636
path: build/reports/tests/integrationTest
3737
if-no-files-found: ignore
3838
- name: Upload coverage reports to Codecov
39-
uses: codecov/codecov-action@v5
39+
uses: codecov/codecov-action@v6
4040
env:
4141
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4242

0 commit comments

Comments
 (0)