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.
1 parent d27c468 commit 0ef31e3Copy full SHA for 0ef31e3
.github/workflows/upload-test.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- run: |
12
echo "Example artifact for $GITHUB_RUN_ID" >art.txt
13
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
14
with:
15
name: some-artifact
16
path: art.txt
0 commit comments