@@ -60,12 +60,12 @@ jobs:
60606161
6262 - name : Spell check EN language
63- uses : rojopolis/spellcheck-github-actions@0.52 .0
63+ uses : rojopolis/spellcheck-github-actions@0.53 .0
6464 with :
6565 config_path : .spellcheck-en.yaml
6666
6767 - name : Spell check ES language
68- uses : rojopolis/spellcheck-github-actions@0.52 .0
68+ uses : rojopolis/spellcheck-github-actions@0.53 .0
6969 with :
7070 config_path : .spellcheck-es.yaml
7171
@@ -147,7 +147,7 @@ jobs:
147147 run : mkdocs build --config-file mkdocs-pdf-en.yaml
148148
149149 - name : Upload EN PDF
150- uses : actions/upload-artifact@v4.6.2
150+ uses : actions/upload-artifact@v5.0.0
151151 with :
152152 name : pdf-export-en
153153 path : site/OWASP_Developer_Guide.pdf
@@ -156,7 +156,7 @@ jobs:
156156 run : mkdocs build --config-file mkdocs-pdf-es.yaml
157157
158158 - name : Upload ES PDF
159- uses : actions/upload-artifact@v4.6.2
159+ uses : actions/upload-artifact@v5.0.0
160160 with :
161161 name : pdf-export-es
162162 path : site/OWASP_Developer_Guide-ES.pdf
@@ -165,7 +165,7 @@ jobs:
165165 run : mkdocs build --config-file mkdocs-pdf-fa.yaml
166166
167167 - name : Upload FA PDF
168- uses : actions/upload-artifact@v4.6.2
168+ uses : actions/upload-artifact@v5.0.0
169169 with :
170170 name : pdf-export-fa
171171 path : site/OWASP_Developer_Guide-FA.pdf
@@ -174,7 +174,7 @@ jobs:
174174 run : mkdocs build --config-file mkdocs-pdf-pt-br.yaml
175175
176176 - name : Upload PT-BR PDF
177- uses : actions/upload-artifact@v4.6.2
177+ uses : actions/upload-artifact@v5.0.0
178178 with :
179179 name : pdf-export-pt-br
180180 path : site/OWASP_Developer_Guide-PT-BR.pdf
0 commit comments