We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 265ec7b commit d293f50Copy full SHA for d293f50
.github/workflows/pypi-release.yaml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v3
16
with:
17
fetch-depth: 0
18
- - uses: actions/setup-python@v2
+ - uses: actions/setup-python@v3
19
name: Install Python
20
21
python-version: 3.8
@@ -50,7 +50,7 @@ jobs:
50
needs: build-artifacts
51
runs-on: ubuntu-latest
52
steps:
53
54
55
56
.github/workflows/upstream-dev-ci.yaml
@@ -111,7 +111,7 @@ jobs:
111
shell: bash
112
113
114
115
116
python-version: "3.x"
117
- uses: actions/download-artifact@v2
0 commit comments