Skip to content

Commit

Permalink
fix: download-artifact action (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgamez authored Oct 8, 2024
1 parent 8f804d3 commit 36ed768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/export_to_csv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Download the catalog of sources CSV artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: sources.csv
path: sources.csv
Expand Down

0 comments on commit 36ed768

Please sign in to comment.