File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 container : public.ecr.aws/sam/build-python3.12:latest
88 steps :
9- - uses : actions/checkout@v3
9+ - uses : actions/checkout@v4
1010 with :
1111 ref : ' master'
1212 - name : Install and build
2222 runs-on : ubuntu-latest
2323 container : public.ecr.aws/sam/build-python3.12:latest
2424 steps :
25- - uses : actions/checkout@v3
25+ - uses : actions/checkout@v4
2626 with :
2727 ref : ' master'
2828 - name : Install and build
3939 runs-on : ubuntu-latest
4040 container : public.ecr.aws/sam/build-python3.12:latest
4141 steps :
42- - uses : actions/checkout@v3
42+ - uses : actions/checkout@v4
4343 with :
4444 ref : ' master'
4545 - name : Install Poppler
8989 pip3 install pdf2image --target=. && \
9090 cd .. \
9191 && zip -r /textractor.zip python/
92- - uses : actions/upload-artifact@v3
92+ - uses : actions/upload-artifact@v4
9393 with :
9494 name : textractor-lambda-p312-pdf
9595 path : lambda_layer/
@@ -108,7 +108,7 @@ jobs:
108108 pip3 install pypdfium2 --target=. && \
109109 cd .. \
110110 && zip -r /textractor.zip python/
111- - uses : actions/upload-artifact@v3
111+ - uses : actions/upload-artifact@v4
112112 with :
113113 name : textractor-lambda-p312-pdfium
114114 path : lambda_layer/
You can’t perform that action at this time.
0 commit comments