We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff3c61e commit f076ccdCopy full SHA for f076ccd
.github/workflows/tests.yml
@@ -97,7 +97,7 @@ jobs:
97
98
- name: Upload Test Results to Artifacts
99
if: always()
100
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
101
with:
102
name: test-results-${{ matrix.cfengine }}-${{ matrix.coldboxVersion }}
103
path: |
@@ -110,7 +110,7 @@ jobs:
110
111
- name: Upload Debug Logs To Artifacts
112
if: ${{ failure() }}
113
114
115
name: Failure Debugging Info - ${{ matrix.cfengine }} - ${{ matrix.coldboxVersion }}
116
0 commit comments