Skip to content

Commit

Permalink
Update dependencies in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
angelrti committed Jun 12, 2024
1 parent c0cbf11 commit 728f7b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/2_upload_artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
uses: dawidd6/action-download-artifact@v3
with:
name: interoperability_report
workflow: main.yml
workflow: 1_run_interoperability_tests.yml
- name: Create files to upload
run: |
current_date=$(cat timestamp)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/3_generate_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: dawidd6/action-download-artifact@v3
with:
name: detailed_report
workflow: upload_artifact.yml
workflow: 2_upload_artifact.yml

- name: Move the detailed report to output folder
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/4_publish_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: dawidd6/action-download-artifact@v3
with:
name: documentation
workflow: generate_doc.yml
workflow: 3_generate_doc.yml
- run: |
mkdir html
unzip documentation.zip -d html
Expand Down

0 comments on commit 728f7b2

Please sign in to comment.