Skip to content

Commit a8acfe7

Browse files
fix: correct publish_coverage CI (#1536)
Co-authored-by: Kumaran Rajendhiran <kumaran@airt.ai>
1 parent a5aa00e commit a8acfe7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_coverage.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/setup-python@v6
16+
- uses: actions/setup-python@v4
1717
with:
1818
python-version: "3.9"
1919

2020
- run: pip install smokeshow
2121

22-
- uses: dawidd6/action-download-artifact@v4 # nosemgrep
22+
- uses: dawidd6/action-download-artifact@v6 # nosemgrep
2323
with:
2424
workflow: pr_tests.yaml
2525
workflow_conclusion: success

0 commit comments

Comments
 (0)