diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 44b9e4dd..531eb9f9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -258,7 +258,7 @@ jobs: - if: always() name: Publish test report files - uses: actions/upload-artifact@v7.0.0 + uses: actions/upload-artifact@v7.0.1 with: name: "test-report-${{ matrix.platform }}-${{ matrix.version }}-${{ matrix.mode }}-files" path: | @@ -269,7 +269,7 @@ jobs: java/reports/selema/**/* - name: JAVA - Reports for Sonar if: ${{ always() && matrix.platform=='java' }} - uses: actions/upload-artifact@v7.0.0 + uses: actions/upload-artifact@v7.0.1 with: name: "sonar-${{ matrix.platform }}-${{ matrix.version }}-${{ matrix.mode }}" path: |