Skip to content

Commit

Permalink
Increased version of download artifact, and adding workflow_conclusion (
Browse files Browse the repository at this point in the history
  • Loading branch information
angelrti authored Jun 13, 2024
1 parent 728f7b2 commit a5cb5df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/2_upload_artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Get Artifact
uses: dawidd6/action-download-artifact@v3
uses: dawidd6/action-download-artifact@v6
with:
name: interoperability_report
workflow: 1_run_interoperability_tests.yml
workflow_conclusion: completed
- 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 @@ -9,7 +9,7 @@ jobs:
uses: actions/checkout@v4

- name: Get Artifact
uses: dawidd6/action-download-artifact@v3
uses: dawidd6/action-download-artifact@v6
with:
name: detailed_report
workflow: 2_upload_artifact.yml
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 @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Get Artifact
uses: dawidd6/action-download-artifact@v3
uses: dawidd6/action-download-artifact@v6
with:
name: documentation
workflow: 3_generate_doc.yml
Expand Down

0 comments on commit a5cb5df

Please sign in to comment.