diff options
Diffstat (limited to '.github/actions/screendump/action.yml')
-rw-r--r-- | .github/actions/screendump/action.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/actions/screendump/action.yml b/.github/actions/screendump/action.yml index 19eb9b6..5cbc820 100644 --- a/.github/actions/screendump/action.yml +++ b/.github/actions/screendump/action.yml @@ -1,13 +1,13 @@ name: 'screendump' -description: "Upload failed syntax tests" +description: "Upload failed screendump tests" runs: using: "composite" steps: - - name: Upload failed syntax tests + - name: Upload failed tests uses: actions/upload-artifact@v4 with: # Name of the artifact to upload. - name: ${{ github.workflow }}-${{ github.job }}-${{ join(matrix.*, '-') }}-failed-syntax-tests + name: ${{ github.workflow }}-${{ github.job }}-${{ join(matrix.*, '-') }}-failed-tests # A file, directory or wildcard pattern that describes what # to upload. |