Skip to content

Commit

Permalink
Upgrade artifact workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrous-navteca committed Dec 26, 2023
1 parent 58e7de5 commit dad7d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/calibration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
docker cp $container_id:/test_data/. processed_files/
- name: Upload Processed Files as Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: processed-files
path: processed_files/

0 comments on commit dad7d6a

Please sign in to comment.