Skip to content

Commit

Permalink
Update upload-artifact@v2 to v4 (#3674)
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong authored Sep 9, 2024
1 parent 5fb446b commit 26a64dc
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/ci-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@ jobs:
with:
name: coverage-${{ matrix.python }}
path: coverage-${{ matrix.python }}.xml
- name: Save PR number
run: |
mkdir -p ./pr
echo ${{ github.event.number }} > ./pr/NR
- uses: actions/upload-artifact@v2
with:
name: pr
path: pr/
integration:
runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -76,6 +68,13 @@ jobs:
pip3 install -e .
pip install --upgrade pip
pip install --upgrade setuptools
mkdir -p ./pr
echo ${{ github.event.number }} > ./pr/NR
- uses: actions/upload-artifact@v4
with:
name: pr
path: pr/
overwrite: true
- uses: pypa/gh-action-pip-audit@v1.0.8
with:
ignore-vulns: |
Expand Down

0 comments on commit 26a64dc

Please # to comment.