Skip to content

Commit

Permalink
Update upload-artifact and add dependabot for github actions
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Farr <[email protected]>
  • Loading branch information
Xtansia committed Dec 11, 2024
1 parent 2e9ad3c commit f12b986
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
12 changes: 10 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit f12b986

Please sign in to comment.