Skip to content

Commit cdfa044

Browse files
committed
upload-artifact@v2 => v4
1 parent 3e626a8 commit cdfa044

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
- name: Install Composer dependencies
6565
run: composer install --prefer-dist --no-progress
66-
66+
6767
- name: Add Docker database host aliases to build environment
6868
run: sudo echo "127.0.0.1 nginx postgres mysql" | sudo tee -a /etc/hosts
6969

@@ -92,7 +92,7 @@ jobs:
9292
working-directory: headless-front-end/gatsby
9393

9494
- name: Upload Craft logs
95-
uses: actions/upload-artifact@v2
95+
uses: actions/upload-artifact@v4
9696
if: failure()
9797
with:
9898
name: craft-logs

0 commit comments

Comments
 (0)