We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5891238 commit bc1ee30Copy full SHA for bc1ee30
.github/workflows/ci.yml
@@ -56,7 +56,7 @@ jobs:
56
tools: composer:2
57
58
- name: Download vendor artifact from build
59
- uses: actions/upload-artifact@v7
+ uses: actions/upload-artifact@v6
60
with:
61
name: vendor-artifact
62
path: .
@@ -81,7 +81,7 @@ jobs:
81
82
83
84
85
86
87
0 commit comments