Skip to content

Commit

Permalink
upload-artifact@v2 => v4
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybrad committed Jan 7, 2025
1 parent 2cba0dd commit c27cd1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

- name: Install Composer dependencies
run: composer install --prefer-dist --no-progress

- name: Add Docker database host aliases to build environment
run: sudo echo "127.0.0.1 nginx postgres mysql" | sudo tee -a /etc/hosts

Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
working-directory: headless-front-end/gatsby

- name: Upload Craft logs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: failure()
with:
name: craft-logs
Expand Down

0 comments on commit c27cd1c

Please sign in to comment.