|
25 | 25 | - name: Build |
26 | 26 | run: yarn run build |
27 | 27 | - name: Upload workspace |
28 | | - uses: actions/upload-artifact@v4 |
| 28 | + uses: actions/upload-artifact@v5 |
29 | 29 | with: |
30 | 30 | name: workspace |
31 | 31 | path: . |
|
58 | 58 | token: ${{ secrets.QLTY_COVERAGE_TOKEN }} |
59 | 59 | files: coverage/lcov.info |
60 | 60 | - name: Store junit results |
61 | | - uses: actions/upload-artifact@v4 |
| 61 | + uses: actions/upload-artifact@v5 |
62 | 62 | with: |
63 | 63 | name: junit |
64 | 64 | path: coverage/junit |
|
85 | 85 | run: yarn run test:mashup |
86 | 86 | - name: Store mashup artifacts |
87 | 87 | if: always() |
88 | | - uses: actions/upload-artifact@v4 |
| 88 | + uses: actions/upload-artifact@v5 |
89 | 89 | with: |
90 | 90 | name: mashup |
91 | 91 | path: ./test/mashup |
|
95 | 95 | run: yarn run test:rendering |
96 | 96 | - name: Store rendering artifacts |
97 | 97 | if: always() |
98 | | - uses: actions/upload-artifact@v4 |
| 98 | + uses: actions/upload-artifact@v5 |
99 | 99 | with: |
100 | 100 | name: rendering |
101 | 101 | path: ./test/rendering |
@@ -125,13 +125,13 @@ jobs: |
125 | 125 | run: .github/scripts/nebula_create.sh generated/hello-mashup none true true true false |
126 | 126 | - name: Store barchart screenshots |
127 | 127 | if: always() |
128 | | - uses: actions/upload-artifact@v4 |
| 128 | + uses: actions/upload-artifact@v5 |
129 | 129 | with: |
130 | 130 | name: barchart-screenshots |
131 | 131 | path: generated/barchart/screenshots |
132 | 132 | - name: Store mashup artifacts |
133 | 133 | if: always() |
134 | | - uses: actions/upload-artifact@v4 |
| 134 | + uses: actions/upload-artifact@v5 |
135 | 135 | with: |
136 | 136 | name: mashup-artifacts |
137 | 137 | path: test/mashup/__artifacts__ |
|
0 commit comments