Skip to content

Commit 568e8ca

Browse files
authored
Merge pull request #14 from coldbox-modules/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 5 to 7
2 parents 37fb0dc + ccf1f81 commit 568e8ca

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797

9898
- name: Upload Build Artifacts
9999
if: success()
100-
uses: actions/upload-artifact@v5
100+
uses: actions/upload-artifact@v7
101101
with:
102102
name: ${{ env.MODULE_ID }}
103103
path: |

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292

9393
- name: Upload Test Results to Artifacts
9494
if: always()
95-
uses: actions/upload-artifact@v5
95+
uses: actions/upload-artifact@v7
9696
with:
9797
name: test-results-${{ matrix.engine }}-${{ matrix.coldboxVersion }}
9898
path: |
@@ -105,7 +105,7 @@ jobs:
105105
106106
- name: Upload Debug Logs To Artifacts
107107
if: ${{ failure() }}
108-
uses: actions/upload-artifact@v5
108+
uses: actions/upload-artifact@v7
109109
with:
110110
name: Failure Debugging Info - ${{ matrix.engine }} - ${{ matrix.coldboxVersion }}
111111
path: |

0 commit comments

Comments
 (0)