Fix invalid attribute

pull/7154/head
Gokhan Gulbiz 2023-08-16 19:31:06 +03:00
parent acc18ec533
commit 6005499df5
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
2 changed files with 3 additions and 2 deletions

View File

@ -7,9 +7,9 @@ runs:
using: composite using: composite
steps: steps:
- uses: actions/upload-artifact@v3.1.1 - uses: actions/upload-artifact@v3.1.1
if-no-files-found: ignore
with: with:
name: ${{ inputs.folder }} name: ${{ inputs.folder }}
if-no-files-found: ignore
path: | path: |
src/test/regress/proxy.output src/test/regress/proxy.output
src/test/regress/results/ src/test/regress/results/

View File

@ -15,7 +15,8 @@ runs:
if: failure() if: failure()
shell: bash shell: bash
- uses: actions/upload-artifact@v3.1.1 - uses: actions/upload-artifact@v3.1.1
if-no-files-found: ignore
with: with:
path: src/test/regress/regression.diffs path: src/test/regress/regression.diffs
name: ${{ inputs.folder }} name: ${{ inputs.folder }}
if-no-files-found: ignore