diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 138fae9e..d538f26b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,14 @@ updates: schedule: interval: weekly labels: - - "dependabot" - - "dependencies" + - dependabot + - dependencies + - directory: / + open-pull-requests-limit: 3 + package-ecosystem: github-actions + schedule: + interval: weekly + labels: + - dependabot + - dependencies version: 2 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 93847e3f..bba35484 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -63,7 +63,7 @@ jobs: - name: Save OpenSearch logs if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: opensearch-${{ matrix.os }}-${{ matrix.test-args }} path: | @@ -121,7 +121,7 @@ jobs: - name: Save OpenSearch logs if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: opensearch-logs-${{ matrix.version }}-${{ matrix.secured }} path: | @@ -217,7 +217,7 @@ jobs: - name: Save OpenSearch logs if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: opensearch-logs-${{ matrix.opensearch_ref }} path: |