Skip to content

Commit 52305d7

Browse files
committed
Update some actions from deprecated nodejs 12 ones
1 parent 511a7ce commit 52305d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: Check out repository code
35-
uses: actions/checkout@v3
35+
uses: actions/checkout@v4
3636

3737
- name: Setup PHP 7.4
3838
uses: shivammathur/setup-php@v2
@@ -166,7 +166,7 @@ jobs:
166166
php build/moodle-plugin-ci.phar list
167167
168168
- name: Upload PHAR artifact
169-
uses: actions/upload-artifact@v3
169+
uses: actions/upload-artifact@v4
170170
with:
171171
name: moodle-plugin-ci.phar
172172
path: build/moodle-plugin-ci.phar
@@ -226,7 +226,7 @@ jobs:
226226
echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV
227227
228228
- name: Download PHAR artifact
229-
uses: actions/download-artifact@v3
229+
uses: actions/download-artifact@v4
230230
with:
231231
name: moodle-plugin-ci.phar
232232
path: build

0 commit comments

Comments
 (0)