Skip to content

Commit 0dff2f4

Browse files
committed
Bump upload-artifact:v3 to v4
1 parent a51bca7 commit 0dff2f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lambda_layers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
mkdir -p lambda_layer/python && \
1515
cd lambda_layer/python && \
1616
pip3 install ../../ --target=.
17-
- uses: actions/upload-artifact@v3
17+
- uses: actions/upload-artifact@v4
1818
with:
1919
name: textractor-lambda-p312
2020
path: lambda_layer/
@@ -31,7 +31,7 @@ jobs:
3131
cd lambda_layer/python && \
3232
pip3 install ../../ --target=. && \
3333
pip3 install pandas --target=.
34-
- uses: actions/upload-artifact@v3
34+
- uses: actions/upload-artifact@v4
3535
with:
3636
name: textractor-lambda-p312-pandas
3737
path: lambda_layer/

0 commit comments

Comments
 (0)