Skip to content

Commit f89cf3f

Browse files
authored
[codex] align TestPyPI workflow action versions
Align the TestPyPI workflow action versions with the current CI baseline while preserving the manual no-publish default and TestPyPI-only publisher target.
1 parent eab2995 commit f89cf3f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/sbom-diff-and-risk-testpypi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
working-directory: tools/sbom-diff-and-risk
4040
steps:
4141
- name: Check out repository
42-
uses: actions/checkout@v5
42+
uses: actions/checkout@v6
4343

4444
- name: Set up Python
4545
uses: actions/setup-python@v6
@@ -59,7 +59,7 @@ jobs:
5959
run: python -m twine check dist/*
6060

6161
- name: Upload checked distribution artifact
62-
uses: actions/upload-artifact@v4
62+
uses: actions/upload-artifact@v7
6363
with:
6464
name: ${{ env.SBOM_DIFF_RISK_DIST_ARTIFACT_NAME }}
6565
path: |
@@ -79,7 +79,7 @@ jobs:
7979
id-token: write
8080
steps:
8181
- name: Download checked distribution artifact
82-
uses: actions/download-artifact@v4
82+
uses: actions/download-artifact@v8
8383
with:
8484
name: ${{ env.SBOM_DIFF_RISK_DIST_ARTIFACT_NAME }}
8585
path: dist

0 commit comments

Comments
 (0)