Skip to content

Bump urllib3 from 2.0.4 to 2.0.6 #1153

Bump urllib3 from 2.0.4 to 2.0.6

Bump urllib3 from 2.0.4 to 2.0.6 #1153

name: Ask preview removal for a given PR
on:
pull_request:
types: [closed]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Save PR number
run: |
mkdir PR
echo ${{ github.event.number }} > ./PR/PR_NUMBER
- uses: actions/upload-artifact@v3
with:
name: PR
path: PR/