Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a3f2396

Browse filesBrowse 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
Copy full SHA for a3f2396

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎.github/workflows/build.yml

Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+1-1
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.