with:
gerrit-refspec: ${{ inputs.GERRIT_REFSPEC }}
- name: Configure Python
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
with:
python-version: '3.8'
- name: Build package distribution files
- name: Store the distribution files for use in other stages
# `tests` and `publish` will use the same pre-built distributions,
# so we make sure to release the exact same package that was tested
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: python-distribution-files
path: dist/
with:
gerrit-refspec: ${{ inputs.GERRIT_REFSPEC }}
- name: Configure Python
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
with:
python-version: '3.8'
- name: Run static analysis and format checkers
gerrit-refspec: ${{ inputs.GERRIT_REFSPEC }}
delay: "0s"
- name: Configure Python
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
id: setup-python
with:
python-version: ${{ matrix.python }}
- name: Retrieve pre-built distribution files
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
with: {name: python-distribution-files, path: dist/}
- name: Enable sar
run: |
delay: "0s"
fetch-depth: "0"
- name: Configure Python
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
id: setup-python
with:
python-version: "3.8"
delay: "0s"
fetch-depth: "0"
- name: Configure Python
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
id: setup-python
with:
python-version: "3.8"
delay: "0s"
fetch-depth: "0"
- name: Configure Python
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
id: setup-python
with:
python-version: "3.8"