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 511a7ce commit 52305d7Copy full SHA for 52305d7
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
32
33
steps:
34
- name: Check out repository code
35
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
36
37
- name: Setup PHP 7.4
38
uses: shivammathur/setup-php@v2
@@ -166,7 +166,7 @@ jobs:
166
php build/moodle-plugin-ci.phar list
167
168
- name: Upload PHAR artifact
169
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
170
with:
171
name: moodle-plugin-ci.phar
172
path: build/moodle-plugin-ci.phar
@@ -226,7 +226,7 @@ jobs:
226
echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV
227
228
- name: Download PHAR artifact
229
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
230
231
232
path: build
0 commit comments