Skip to content

Commit 32ea70d

Browse files
committed
Upgrade actions/upload-artifact to version 4 in test workflow
1 parent 6842bfb commit 32ea70d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

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

109109
- name: Upload Test Results to Artifacts
110110
if: always()
111-
uses: actions/upload-artifact@v3
111+
uses: actions/upload-artifact@v4
112112
with:
113113
name: test-results-${{ matrix.cfengine }}-${{ matrix.coldboxVersion }}
114114
path: |
@@ -121,7 +121,7 @@ jobs:
121121
122122
- name: Upload Debug Logs To Artifacts
123123
if: ${{ failure() }}
124-
uses: actions/upload-artifact@v3
124+
uses: actions/upload-artifact@v4
125125
with:
126126
name: Failure Debugging Info - ${{ matrix.cfengine }} - ${{ matrix.coldboxVersion }}
127127
path: |

0 commit comments

Comments
 (0)