Skip to content

Commit 728f7b2

Browse files
committed
Update dependencies in GitHub Actions
1 parent c0cbf11 commit 728f7b2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/2_upload_artifact.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
uses: dawidd6/action-download-artifact@v3
1010
with:
1111
name: interoperability_report
12-
workflow: main.yml
12+
workflow: 1_run_interoperability_tests.yml
1313
- name: Create files to upload
1414
run: |
1515
current_date=$(cat timestamp)

.github/workflows/3_generate_doc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: dawidd6/action-download-artifact@v3
1313
with:
1414
name: detailed_report
15-
workflow: upload_artifact.yml
15+
workflow: 2_upload_artifact.yml
1616

1717
- name: Move the detailed report to output folder
1818
run: |

.github/workflows/4_publish_doc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: dawidd6/action-download-artifact@v3
2828
with:
2929
name: documentation
30-
workflow: generate_doc.yml
30+
workflow: 3_generate_doc.yml
3131
- run: |
3232
mkdir html
3333
unzip documentation.zip -d html

0 commit comments

Comments
 (0)