Skip to content

Commit 19b1765

Browse files
committed
Update actions/upload-artifact and actions/download-artifact
1 parent 668b96f commit 19b1765

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: make update-min test-min
4545

4646
- name: Upload the phar
47-
uses: actions/upload-artifact@v1
47+
uses: actions/upload-artifact@v4
4848
if: matrix.php == '8.1' && matrix.deps == 'high'
4949
with:
5050
name: zalas-phpunit-globals-extension.phar
@@ -67,7 +67,7 @@ jobs:
6767
ini-values: "phar.readonly=0"
6868

6969
- name: Download the phar
70-
uses: actions/download-artifact@v1
70+
uses: actions/download-artifact@v4
7171
with:
7272
name: zalas-phpunit-globals-extension.phar
7373
path: build/
@@ -84,7 +84,7 @@ jobs:
8484
if: github.event_name == 'release'
8585
steps:
8686
- name: Download the phar
87-
uses: actions/download-artifact@v1
87+
uses: actions/download-artifact@v4
8888
with:
8989
name: zalas-phpunit-globals-extension.phar
9090
path: .

0 commit comments

Comments
 (0)