We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5aa00e commit a8acfe7Copy full SHA for a8acfe7
.github/workflows/publish_coverage.yml
@@ -13,13 +13,13 @@ jobs:
13
runs-on: ubuntu-latest
14
15
steps:
16
- - uses: actions/setup-python@v6
+ - uses: actions/setup-python@v4
17
with:
18
python-version: "3.9"
19
20
- run: pip install smokeshow
21
22
- - uses: dawidd6/action-download-artifact@v4 # nosemgrep
+ - uses: dawidd6/action-download-artifact@v6 # nosemgrep
23
24
workflow: pr_tests.yaml
25
workflow_conclusion: success
0 commit comments