Skip to content

Commit

Permalink
Update opensearch's test workflow to use artifacts v4
Browse files Browse the repository at this point in the history
  • Loading branch information
f-galland committed Sep 23, 2024
1 parent cdf276c commit 4befd9d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
cp -r ./build/distributions/*.zip reports-scheduler-builds/
- name: Upload Artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: reports-scheduler-windows
path: reports-scheduler-builds
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
cp -r ./build/distributions/*.zip reports-scheduler-builds/
- name: Upload Artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: reports-scheduler-macos
path: reports-scheduler-builds

0 comments on commit 4befd9d

Please sign in to comment.