Skip to content

Commit 3f4dc81

Browse files
authored
Update build.yml to use actions/upload-artifact@v4
as described in https://github.blog/news-insights/product-news/get-started-with-v4-of-github-actions-artifacts/
1 parent 192cc35 commit 3f4dc81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)