Skip to content

Commit a51bca7

Browse files
committed
Bump upload-artifact:v3 to v4
1 parent 9fb7d22 commit a51bca7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/lambda_layers.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
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
@@ -22,7 +22,7 @@ jobs:
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
@@ -39,7 +39,7 @@ jobs:
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
@@ -89,7 +89,7 @@ jobs:
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/

0 commit comments

Comments
 (0)