Skip to content

Commit

Permalink
Use distinct name for test results artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 6, 2023
1 parent 7fe3065 commit e04cc80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Expand Up @@ -416,7 +416,7 @@ jobs:
if: ${{ failure() }}
uses: actions/upload-artifact@v3
with:
name: test-results
name: test-results-${{ matrix.distro-version }}-qt${{ matrix.qt-version }}
path: qgis_test_report

clang-tidy:
Expand Down

0 comments on commit e04cc80

Please sign in to comment.