Skip to content

Commit

Permalink
Update github_actions_slides.md (#214)
Browse files Browse the repository at this point in the history
Includes download action version -> v4 and note that hidden files might be excluded on upload + fix.
  • Loading branch information
legendofa authored Jan 27, 2025
1 parent a307c6a commit f4fdab6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 05_testing_and_ci/github_actions_slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,13 +204,14 @@ steps:
path: my_file.txt
include-hidden-files: true
retention-days: 5
include-hidden-files: true # Necessary if upload contains hidden file.
```

- Downloading artifact

```yaml
- name: "Download a single artifact"
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: my-artifact
```
Expand Down

0 comments on commit f4fdab6

Please sign in to comment.