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 b05ee68 commit e35767fCopy full SHA for e35767f
.github/workflows/BackgroundTasks.yml
@@ -22,7 +22,7 @@ jobs:
22
mkdir -p ./pr
23
echo $PayloadJson > ./pr/PayloadJson.json
24
sed -i -e "s/$AccessToken/XYZ/g" ./pr/PayloadJson.json
25
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
26
with:
27
name: PayloadJson
28
path: pr/
0 commit comments