Skip to content

Commit 4fff205

Browse files
committed
Fix github action
1 parent 4057b2a commit 4fff205

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test-examples.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,9 @@ jobs:
9292
COMET_INTERNAL_SENTRY_DSN: ${{ secrets.COMET_INTERNAL_SENTRY_DSN }}
9393
COMET_WORKSPACE: cometexamples-tests
9494
- name: debugging-save-logs
95-
uses: actions/upload-artifact@v3
95+
uses: actions/upload-artifact@v4
9696
if: runner.debug == '1' && failure()
9797
with:
98-
name: debug-logs
9998
path: ${{ env.COMET_LOG_DIR }}
10099

101100
test-scripts:

0 commit comments

Comments
 (0)