Skip to content

Commit

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

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

- name: Upload log artifact
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: StylesLog-${{ matrix.php }}
path: |
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
- name: Upload log artifact
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: TestsLog-${{ matrix.php }}
path: |
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
sleep 2
- name: Upload log artifact
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: CodeceptionTestsLog-${{ matrix.php }}
path: |
Expand Down

0 comments on commit 3a673c2

Please sign in to comment.