File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4848 - name : Ensure the PHAR works
4949 run : bin/php-scoper.phar --version
5050
51- - uses : actions/upload-artifact@v3
51+ - uses : actions/upload-artifact@v4
5252 name : Upload the PHAR artifact
5353 with :
5454 name : php-scoper-phar-${{ matrix.php }}
@@ -117,7 +117,7 @@ jobs:
117117 uses : ./.github/actions/install-vendor
118118
119119 - name : Retrieve built PHAR
120- uses : actions/download-artifact@v3
120+ uses : actions/download-artifact@v4
121121 with :
122122 name : php-scoper-phar-${{ matrix.php }}
123123 path : bin
@@ -182,7 +182,7 @@ jobs:
182182 java-version : 11
183183
184184 - name : Retrieve built PHP-Scoper PHAR
185- uses : actions/download-artifact@v3
185+ uses : actions/download-artifact@v4
186186 with :
187187 name : php-scoper-phar-${{ matrix.php-version }}
188188 path : bin
Original file line number Diff line number Diff line change 6969 bin/php-scoper.phar
7070
7171 - name : Upload the PHAR artifact
72- uses : actions/upload-artifact@v3
72+ uses : actions/upload-artifact@v4
7373 with :
7474 name : php-scoper-phar
7575 path : |
8585 permissions :
8686 contents : write
8787 steps :
88- - uses : actions/download-artifact@v3
88+ - uses : actions/download-artifact@v4
8989 with :
9090 name : php-scoper-phar
9191 path : .
@@ -112,7 +112,7 @@ jobs:
112112 with :
113113 php-version : ' 8.2'
114114
115- - uses : actions/download-artifact@v3
115+ - uses : actions/download-artifact@v4
116116 with :
117117 name : php-scoper-phar
118118 path : .
You can’t perform that action at this time.
0 commit comments