Skip to content

Commit

Permalink
Update 2_upload_artifact.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
angelrti authored Jun 13, 2024
1 parent 3036603 commit c01c564
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/2_upload_artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ 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
allow_forks: false
run_id: 9485635241
- name: Create files to upload
run: |
current_date=$(cat timestamp)
Expand Down

0 comments on commit c01c564

Please sign in to comment.