Skip to content

Commit

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

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
Sieg authored Jan 9, 2024
2 parents 6ce50b8 + 6dd6075 commit 9e5bdb3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
- name: Upload configuration artifacts
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Configs-${{ inputs.php }}-${{ inputs.mysql }}
path: |
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
- name: Upload log artifact
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: StylesLog-${{ inputs.php }}
path: |
Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:
- name: Upload log artifact
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ModuleUnitTestsLog-${{ inputs.php }}-${{ inputs.mysql }}
path: |
Expand Down Expand Up @@ -294,7 +294,7 @@ jobs:
- name: Upload log artifact
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ModuleIntegrationTestsLog-${{ inputs.php }}-${{ inputs.mysql }}
path: |
Expand Down Expand Up @@ -342,7 +342,7 @@ jobs:
- name: Upload log artifact
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ModuleCodeceptionTestsLog-${{ inputs.php }}-${{ inputs.mysql }}
path: |
Expand Down

0 comments on commit 9e5bdb3

Please sign in to comment.