From f12b9863ff9986eced858d87af05add12017b1dc Mon Sep 17 00:00:00 2001 From: Thomas Farr Date: Wed, 11 Dec 2024 16:10:21 +1300 Subject: [PATCH] Update upload-artifact and add dependabot for github actions Signed-off-by: Thomas Farr --- .github/dependabot.yml | 12 ++++++++++-- .github/workflows/test.yml | 6 +++--- 2 files changed, 13 insertions(+), 5 deletions(-) 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: |