We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3659474 commit 87bd220Copy full SHA for 87bd220
.github/workflows/runtime-sync.yml
@@ -47,7 +47,7 @@ jobs:
47
mkdir ..\artifacts
48
git status > ..\artifacts\status.txt
49
git diff > ..\artifacts\diff.txt
50
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
51
with:
52
name: results
53
path: artifacts
0 commit comments