Skip to content

Commit cbf9a22

Browse files
committed
Bump actions versions
1 parent f46b3a4 commit cbf9a22

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
@@ -56,7 +56,7 @@ jobs:
5656
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
5757

5858
- name: Cache composer dependencies
59-
uses: actions/cache@v3
59+
uses: actions/cache@v4
6060
env:
6161
cache-name: cache-composer
6262
with:
@@ -91,7 +91,7 @@ jobs:
9191
ln -s `which composer` composer.phar &&
9292
make phpspec.phar
9393
94-
- uses: actions/upload-artifact@v1
94+
- uses: actions/upload-artifact@v4
9595
name: Publish the PHAR
9696
if: matrix.publish-phar
9797
with:
@@ -104,7 +104,7 @@ jobs:
104104
needs: tests
105105
if: github.event_name == 'release'
106106
steps:
107-
- uses: actions/download-artifact@v1
107+
- uses: actions/download-artifact@v4
108108
with:
109109
name: phpspec.phar
110110
path: .

0 commit comments

Comments
 (0)