Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a3f2396

Browse files
authored
Merge pull request #1283 from utPLSQL/bugfix/new_github_actions
Update build.yml to use actions/upload-artifact@v4
2 parents 192cc35 + 3f4dc81 commit a3f2396

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
- name: Upload ORACLE_BASE/diag data Artifact
173173
id: upload
174174
if: ${{ always() && steps.run-tests.outcome == 'failure' }}
175-
uses: actions/upload-artifact@v2
175+
uses: actions/upload-artifact@v4
176176
with:
177177
name: my-artifact$-${{matrix.db_version_name}}
178178
path: ${{github.workspace}}/database-diag

0 commit comments

Comments
 (0)