Skip to content

Commit 45951c0

Browse files
ImTotemclaude
andcommitted
fix(ci): upgrade publish-unit-test-result-action to v2.23.0 and checkout@v6
- Fix 401 Unauthorized by pinning to v2.23.0 instead of v2 - Upgrade deploy job checkout to v6 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2a17155 commit 45951c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- run: pip install -e ".[dev]"
4444
- run: pytest -v --junitxml=test-results.xml || [ $? -eq 5 ]
4545

46-
- uses: EnricoMi/publish-unit-test-result-action@v2
46+
- uses: EnricoMi/publish-unit-test-result-action@v2.23.0
4747
if: always()
4848
with:
4949
files: test-results.xml
@@ -55,7 +55,7 @@ jobs:
5555
contents: read
5656
steps:
5757
- name: Checkout credentials
58-
uses: actions/checkout@v4
58+
uses: actions/checkout@v6
5959
with:
6060
repository: BCSDLab/bcsdlab-credentials
6161
ssh-key: ${{ secrets.CONFIG_REPO_PEM_KEY }}

0 commit comments

Comments
 (0)