Skip to content

Commit

Permalink
Update Publish and Submit traces github actions (#17858)
Browse files Browse the repository at this point in the history
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20
- emibcn/[email protected]
- geekyeggo/delete-artifact@v2
  • Loading branch information
vivek-datadog authored Jun 14, 2024
1 parent a7313b8 commit 9a6a02d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/submit-traces.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
if: ${{ hashFiles('captured-traces') != '' }}
run: docker exec $(docker ps --format "{{.ID}}") agent status

- uses: geekyeggo/delete-artifact@v2
- uses: geekyeggo/delete-artifact@v5
if: steps.download.outcome == 'success'
with:
name: "${{ inputs.artifact-name }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-results-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
esac
- name: Create badge
uses: emibcn/[email protected].2
uses: emibcn/[email protected].3
with:
label: Tests
status: "${{ fromJSON( steps.test-results.outputs.json ).formatted.stats.tests }} tests, ${{ fromJSON( steps.test-results.outputs.json ).formatted.stats.runs }} runs, ${{ fromJSON( steps.test-results.outputs.json ).formatted.stats.tests_fail }} failed"
Expand Down

0 comments on commit 9a6a02d

Please sign in to comment.