Skip to content

Commit 956a5fc

Browse files
Merge branch 'main' into comfortable-elk
2 parents d727575 + f0de7a4 commit 956a5fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/predeploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
npm run ebooks
6868
- name: Upload PDF artifact
6969
if: ${{ github.event.inputs.ebooks == 'true' }}
70-
uses: actions/upload-artifact@v6
70+
uses: actions/upload-artifact@v7
7171
with:
7272
name: pdfs
7373
path: ./src/static/pdfs/*.pdf

src/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
flask==3.1.2
1+
flask==3.1.3
22
flask-talisman==1.1.0
33
gunicorn==25.1.0
44
pytest==9.0.2

0 commit comments

Comments
 (0)