We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f86aecd + 11711fa commit 731434bCopy full SHA for 731434b
.github/workflows/build_and_release.yml
@@ -116,15 +116,15 @@ jobs:
116
#
117
# - name: Upload Test Results
118
# if: always()
119
-# uses: actions/upload-artifact@v3
+# uses: actions/upload-artifact@v4
120
# with:
121
# name: Unit Test Results
122
# path: test-results.tar.gz
123
# retention-days: 5
124
125
- name: Upload Test Results
126
if: always()
127
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
128
with:
129
name: Unit Test Results
130
path: "**/test-results/**/*.xml"
@@ -139,7 +139,7 @@ jobs:
139
140
141
142
143
144
145
# path: "**/test-results/**/*.xml"
0 commit comments