Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
run: |
tox -e clang,lcov

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v5
with:
name: coverage_data
path: coverage.xml
Expand All @@ -216,7 +216,7 @@ jobs:
filename: coverage.xml
output: 'both'

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v5
with:
name: src_coverage_rpts
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/debs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
extra-build-deps: git cmake

- name: Upload deb files
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: "redis-ipc_${{ needs.get_version.outputs.version }}-${{ matrix.dist }}"
path: ./debian/artifacts/*.deb
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
extra-build-deps: git

- name: Upload deb files
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: "redis-ipc_${{ needs.get_version.outputs.version }}-${{ matrix.dist }}"
path: ./debian/artifacts/*.deb
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
run: |
tox -e ${{ matrix.test_cmd }}

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v5
if: matrix.os == 'ubuntu-22.04'
with:
name: src_coverage_data
Expand All @@ -104,7 +104,7 @@ jobs:
src
inc

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v5
with:
name: metrics_redis-ipc
path: ./metrics