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 668b96f commit 19b1765Copy full SHA for 19b1765
.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
44
run: make update-min test-min
45
46
- name: Upload the phar
47
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v4
48
if: matrix.php == '8.1' && matrix.deps == 'high'
49
with:
50
name: zalas-phpunit-globals-extension.phar
@@ -67,7 +67,7 @@ jobs:
67
ini-values: "phar.readonly=0"
68
69
- name: Download the phar
70
- uses: actions/download-artifact@v1
+ uses: actions/download-artifact@v4
71
72
73
path: build/
@@ -84,7 +84,7 @@ jobs:
84
if: github.event_name == 'release'
85
steps:
86
87
88
89
90
path: .
0 commit comments