Skip to content

Commit 576a9f6

Browse files
build(deps): bump actions/upload-artifact from 3 to 4 (#342)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Roberto Pastor Muela <[email protected]>
1 parent 85ef993 commit 576a9f6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci_cd.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,14 @@ jobs:
8787
make -C doc pdf
8888
8989
- name: "Upload html documentation"
90-
uses: actions/upload-artifact@v3
90+
uses: actions/upload-artifact@v4
9191
with:
9292
name: documentation-html
9393
path: doc/_build/html
9494
retention-days: 7
9595

9696
- name: "Upload pdf documentation"
97-
uses: actions/upload-artifact@v3
97+
uses: actions/upload-artifact@v4
9898
with:
9999
name: documentation-pdf
100100
path: doc/_build/latex/*.pdf
@@ -107,9 +107,9 @@ jobs:
107107
108108
- name: "Upload the server logs"
109109
if: always()
110-
uses: actions/upload-artifact@v3
110+
uses: actions/upload-artifact@v4
111111
with:
112-
name: server_output.txt
112+
name: server_output_docs.txt
113113
path: server_output.txt
114114

115115
- name: DPF Logs (on screen)
@@ -177,13 +177,13 @@ jobs:
177177
178178
- name: "Upload the server logs"
179179
if: always()
180-
uses: actions/upload-artifact@v3
180+
uses: actions/upload-artifact@v4
181181
with:
182-
name: server_output.txt
182+
name: server_output_tests.txt
183183
path: server_output.txt
184184

185185
- name: "Upload coverage results"
186-
uses: actions/upload-artifact@v3
186+
uses: actions/upload-artifact@v4
187187
with:
188188
name: coverage-html
189189
path: .cov/html

0 commit comments

Comments
 (0)