Skip to content

Commit f076ccd

Browse files
authored
ci: upgrade deprecated version of actions/upload-artifact
1 parent ff3c61e commit f076ccd

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

9898
- name: Upload Test Results to Artifacts
9999
if: always()
100-
uses: actions/upload-artifact@v3
100+
uses: actions/upload-artifact@v4
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@v3
113+
uses: actions/upload-artifact@v4
114114
with:
115115
name: Failure Debugging Info - ${{ matrix.cfengine }} - ${{ matrix.coldboxVersion }}
116116
path: |

0 commit comments

Comments
 (0)