Skip to content

Commit f2ea517

Browse files
committed
1 parent cdd9d49 commit f2ea517

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
./vendor/bin/box compile
8484
./vendor/bin/behat --profile=phar
8585
86-
- uses: actions/upload-artifact@v1
86+
- uses: actions/upload-artifact@v4
8787
name: Publish the PHAR
8888
if: matrix.publish-phar
8989
with:
@@ -96,7 +96,7 @@ jobs:
9696
needs: tests
9797
if: github.event_name == 'release'
9898
steps:
99-
- uses: actions/download-artifact@v1
99+
- uses: actions/download-artifact@v4
100100
with:
101101
name: phpspec.phar
102102
path: .

0 commit comments

Comments
 (0)