Skip to content

Commit

Permalink
Merge pull request #1 from Fresh-Advance/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
Sieg authored Dec 17, 2023
2 parents 926d16a + ed66c55 commit e1dd1d6
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 @@ -155,7 +155,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 }}-${{ inputs.template_engine }}
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 @@ -248,7 +248,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 @@ -300,7 +300,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 }}-${{ inputs.template_engine }}
path: |
Expand Down Expand Up @@ -369,7 +369,7 @@ jobs:
- name: Upload log artifact
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: sModuleCodeceptionTestsLog-${{ inputs.php }}-${{ inputs.mysql }}-${{ inputs.template_engine }}
path: |
Expand Down

0 comments on commit e1dd1d6

Please sign in to comment.