Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

chore(deps): bump the github-actions group with 1 update #2505

Closed
Closed
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/pytest_otel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: make -C resources/scripts/pytest_otel test
- name: it-test
run: make -C resources/scripts/pytest_otel it-test
- uses: actions/upload-artifact@v2 # upload test results
- uses: actions/upload-artifact@v3 # upload test results
if: success() || failure() # run this step even if previous step failed
with:
name: test-results
Expand Down
Loading