Skip to content

Commit 835c5dd

Browse files
authored
Merge pull request #94 from coldbox-modules/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 4 to 6
2 parents a5e2e4e + 9208c75 commit 835c5dd

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@v4
100+
uses: actions/upload-artifact@v6
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
@@ -99,7 +99,7 @@ jobs:
9999

100100
- name: Upload Test Results to Artifacts
101101
if: always()
102-
uses: actions/upload-artifact@v4
102+
uses: actions/upload-artifact@v6
103103
with:
104104
name: test-results-${{ matrix.cfengine }}-${{ matrix.coldboxVersion }}
105105
path: |
@@ -112,7 +112,7 @@ jobs:
112112
113113
- name: Upload Debug Logs To Artifacts
114114
if: ${{ failure() }}
115-
uses: actions/upload-artifact@v4
115+
uses: actions/upload-artifact@v6
116116
with:
117117
name: Failure Debugging Info - ${{ matrix.cfengine }} - ${{ matrix.coldboxVersion }}
118118
path: |

0 commit comments

Comments
 (0)