Skip to content

Commit

Permalink
Update some actions from deprecated nodejs 12 ones
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Jan 26, 2024
1 parent 511a7ce commit 52305d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup PHP 7.4
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
php build/moodle-plugin-ci.phar list
- name: Upload PHAR artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: moodle-plugin-ci.phar
path: build/moodle-plugin-ci.phar
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV
- name: Download PHAR artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: moodle-plugin-ci.phar
path: build
Expand Down

0 comments on commit 52305d7

Please sign in to comment.