Skip to content

Commit f4fdab6

Browse files
authored
Update github_actions_slides.md (#214)
Includes download action version -> v4 and note that hidden files might be excluded on upload + fix.
1 parent a307c6a commit f4fdab6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

05_testing_and_ci/github_actions_slides.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,13 +204,14 @@ steps:
204204
path: my_file.txt
205205
include-hidden-files: true
206206
retention-days: 5
207+
include-hidden-files: true # Necessary if upload contains hidden file.
207208
```
208209

209210
- Downloading artifact
210211

211212
```yaml
212213
- name: "Download a single artifact"
213-
uses: actions/download-artifact@v2
214+
uses: actions/download-artifact@v4
214215
with:
215216
name: my-artifact
216217
```

0 commit comments

Comments
 (0)