Skip to content

Commit

Permalink
Merge pull request #237 from OXID-eSales/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
mariolorenz authored Dec 19, 2023
2 parents 3a673c2 + 543afc7 commit 3cc5103
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ jobs:

- name: Download phpunit artifacts
continue-on-error: true
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: TestsLog-7.4
path: ./tests/
Expand All @@ -280,7 +280,7 @@ jobs:
sed -i 's+/var/www/test-module/++' tests/phpunit.xml
- name: Download styles artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: StylesLog-8.0
path: ./styles/
Expand Down

0 comments on commit 3cc5103

Please sign in to comment.