Skip to content

Commit 8af81de

Browse files
authored
Merge pull request #73 from coldbox-modules/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents d259278 + 59a2523 commit 8af81de

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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@v5
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
@@ -109,7 +109,7 @@ jobs:
109109

110110
- name: Upload Test Results to Artifacts
111111
if: always()
112-
uses: actions/upload-artifact@v4
112+
uses: actions/upload-artifact@v5
113113
with:
114114
name: test-results-${{ matrix.cfengine }}-${{ matrix.coldboxVersion }}
115115
path: |
@@ -122,7 +122,7 @@ jobs:
122122
123123
- name: Upload Debug Logs To Artifacts
124124
if: ${{ failure() }}
125-
uses: actions/upload-artifact@v4
125+
uses: actions/upload-artifact@v5
126126
with:
127127
name: Failure Debugging Info - ${{ matrix.cfengine }} - ${{ matrix.coldboxVersion }}
128128
path: |

0 commit comments

Comments
 (0)