Skip to content

Commit

Permalink
Update upload-artifact@v2 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong committed Sep 9, 2024
1 parent 5fb446b commit d1ef76d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
run: |
mkdir -p ./pr
echo ${{ github.event.number }} > ./pr/NR
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: pr
name: pr-${{ matrix.python }}
path: pr/
integration:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit d1ef76d

Please # to comment.