Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 192cc35 + 3f4dc81 commit a3f2396Copy full SHA for a3f2396
1 file changed
.github/workflows/build.yml
@@ -172,7 +172,7 @@ jobs:
172
- name: Upload ORACLE_BASE/diag data Artifact
173
id: upload
174
if: ${{ always() && steps.run-tests.outcome == 'failure' }}
175
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
176
with:
177
name: my-artifact$-${{matrix.db_version_name}}
178
path: ${{github.workspace}}/database-diag
0 commit comments