Skip to content

Commit f6f4e7c

Browse files
authored
Merge pull request #23 from coldbox-modules/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 4 to 6
2 parents 1714d27 + de2ec36 commit f6f4e7c

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
@@ -97,7 +97,7 @@ jobs:
9797

9898
- name: Upload Test Results to Artifacts
9999
if: always()
100-
uses: actions/upload-artifact@v4
100+
uses: actions/upload-artifact@v6
101101
with:
102102
name: test-results-${{ matrix.cfengine }}-${{ matrix.coldboxVersion }}
103103
path: |
@@ -110,7 +110,7 @@ jobs:
110110
111111
- name: Upload Debug Logs To Artifacts
112112
if: ${{ failure() }}
113-
uses: actions/upload-artifact@v4
113+
uses: actions/upload-artifact@v6
114114
with:
115115
name: Failure Debugging Info - ${{ matrix.cfengine }} - ${{ matrix.coldboxVersion }}
116116
path: |

0 commit comments

Comments
 (0)