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 545e27a + 07e09a6 commit 48ea9b4Copy full SHA for 48ea9b4
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@v4
+ - uses: actions/upload-artifact@v5
15
with:
16
name: my-artifact
17
path: path/to/artifact/world.txt
0 commit comments