Skip to content

Commit fc74d76

Browse files
authored
Merge pull request #486 from meilisearch/dependabot/github_actions/actions/upload-artifact-3
Bump actions/upload-artifact from 2 to 3
2 parents 236c3e2 + eee7f28 commit fc74d76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ossrh-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build with Gradle
2424
run: ./gradlew build
2525
- name: Archive test report
26-
uses: actions/upload-artifact@v2
26+
uses: actions/upload-artifact@v3
2727
if: failure()
2828
with:
2929
name: Test report

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Build and run unit and integration tests
3232
run: ./gradlew build integrationTest
3333
- name: Archive test report
34-
uses: actions/upload-artifact@v2
34+
uses: actions/upload-artifact@v3
3535
if: failure()
3636
with:
3737
name: Test report

0 commit comments

Comments
 (0)