We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1525e30 commit 937645bCopy full SHA for 937645b
.github/workflows/test.yml
@@ -82,7 +82,7 @@ jobs:
82
curl -s -X POST -H "Content-Type: application/json" --data '{ "query": "{ ping }" }' http://nginx/api
83
84
- name: Upload Craft logs
85
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
86
if: failure()
87
with:
88
name: craft-logs
0 commit comments