Skip to content

Commit

Permalink
Merge pull request #607 from City-of-Helsinki/UHF-9858
Browse files Browse the repository at this point in the history
UHF-9858: Make sure artifact fails with proper exit code, updated actions/upload-artifact to v4
  • Loading branch information
khalima authored Mar 21, 2024
2 parents a97233c + 48845d5 commit aedb244
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@ jobs:

- name: Setup drupal and save database dump
run: |
drush si -y && drush cr && drush si --existing-config -y && drush cim -y
drush si -y && drush cr
drush si --existing-config -y
drush cim -y
drush sql-dump --result-file=${GITHUB_WORKSPACE}/latest.sql
- name: Upload latest database dump
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: latest.sql
path: latest.sql
Expand Down

0 comments on commit aedb244

Please sign in to comment.