We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6abd618 commit a737264Copy full SHA for a737264
1 file changed
.github/workflows/test_and_build.yml
@@ -68,7 +68,7 @@ jobs:
68
69
70
- name: Upload EE version
71
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
72
with:
73
name: cli_version
74
path: VERSION
@@ -80,7 +80,7 @@ jobs:
80
run: sudo ./easyengine.phar cli info
81
82
- name: Upload built Phar file
83
84
85
name: easyengine-phar
86
path: easyengine.phar
0 commit comments