Skip to content

Commit

Permalink
use v4
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Nov 4, 2024
1 parent b69c382 commit 0161d2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: .ci/scripts/install-build-system.sh
- name: Create gem
run: rake build
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: package
path: ./pkg/**/*
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/run-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@ jobs:
env:
JUNIT_PREFIX: ${{ matrix.version }}-${{ matrix.framework }}
- if: success() || failure()
uses: actions/upload-artifact@v3
name: Upload JUnit Test Results
uses: actions/upload-artifact@v4
with:
name: test-results
name: test-results-${{ matrix.framework }}-${{ matrix.version }}
path: "**/spec/junit-reports/**/*ruby-agent-junit.xml"
- if: success() || failure()
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 0161d2d

Please sign in to comment.