We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5976d93 + 69af286 commit 888bef0Copy full SHA for 888bef0
1 file changed
.github/workflows/upload-artifact.yml
@@ -11,7 +11,7 @@ jobs:
11
12
- run: echo hello > path/to/artifact/world.txt
13
14
- - uses: actions/upload-artifact@v5
+ - uses: actions/upload-artifact@v6
15
with:
16
name: my-artifact
17
path: path/to/artifact/world.txt
0 commit comments