Skip to content

Commit 26a64dc

Browse files
authored
Update upload-artifact@v2 to v4 (#3674)
1 parent 5fb446b commit 26a64dc

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/ci-pr.yaml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,6 @@ jobs:
3232
with:
3333
name: coverage-${{ matrix.python }}
3434
path: coverage-${{ matrix.python }}.xml
35-
- name: Save PR number
36-
run: |
37-
mkdir -p ./pr
38-
echo ${{ github.event.number }} > ./pr/NR
39-
- uses: actions/upload-artifact@v2
40-
with:
41-
name: pr
42-
path: pr/
4335
integration:
4436
runs-on: ${{ matrix.os }}
4537
strategy:
@@ -76,6 +68,13 @@ jobs:
7668
pip3 install -e .
7769
pip install --upgrade pip
7870
pip install --upgrade setuptools
71+
mkdir -p ./pr
72+
echo ${{ github.event.number }} > ./pr/NR
73+
- uses: actions/upload-artifact@v4
74+
with:
75+
name: pr
76+
path: pr/
77+
overwrite: true
7978
- uses: pypa/[email protected]
8079
with:
8180
ignore-vulns: |

0 commit comments

Comments
 (0)