We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df9708e commit 04c2c7fCopy full SHA for 04c2c7f
1 file changed
.github/workflows/ci.yml
@@ -98,12 +98,12 @@ jobs:
98
- name: Tests - Functional
99
run: make test-functional
100
101
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v7
102
with:
103
name: Functional tests - deprecated log - full
104
path: var/logs/test.deprecations.log
105
106
107
108
name: Functional tests - deprecated log - report
109
path: var/logs/test.deprecations_grouped.log
0 commit comments