Skip to content

Commit

Permalink
Revert "build: bump the github-actions group with 1 update" (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Jan 16, 2024
1 parent 6f72b68 commit 7a20f1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ jobs:

- name: Store test results
if: success() || failure()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: test-results
path: '**/build/test-results/test/TEST-*.xml'

- name: Agent artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: elastic-otel-javaagent
path: |
Expand Down

0 comments on commit 7a20f1e

Please sign in to comment.