Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Publish Coverage Results
run: make ci-publish-coverage
- name: Upload Logs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: logs
path: .logs/**/*.log
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/endurance-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Endurance Tests
run: make endurance-tests
- name: Upload Logs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: logs
path: .logs/**/*.log
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,14 @@ jobs:
run: make -j2 ci-integration-tests
continue-on-error: ${{ github.event_name != 'pull_request' }}
- name: Upload Logs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: logs
path: .logs/**/*.log
if-no-files-found: ignore
if: ${{ always() }}
- name: Upload Kopia Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: kopia
path: |
Expand All @@ -133,7 +133,7 @@ jobs:
if-no-files-found: ignore
if: ${{ !contains(matrix.os, 'self-hosted') }}
- name: Upload Kopia Binary
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: kopia_binaries
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stress-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Stress Test
run: make stress-test
- name: Upload Logs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: logs
path: .logs/**/*.log
Expand Down