Skip to content

Commit d5a3335

Browse files
committed
Use newer version of upload artifact
1 parent d888984 commit d5a3335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/oracle-observer-image-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
aws s3 cp s3://mod-platform-image-artefact-bucket20230203091453221500000001/dependencies/oracle/rdbms/LINUX.X64_193000_client.zip /tmp/LINUX.X64_193000_client.zip
6868
6969
- name: Upload Oracle Client ZIP as Artifact for the Build
70-
uses: actions/upload-artifact@v3
70+
uses: actions/upload-artifact@v4
7171
with:
7272
name: oracle-client-zip
7373
path: /tmp/LINUX.X64_193000_client.zip

0 commit comments

Comments
 (0)