Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
V3 is being deprecated
  • Loading branch information
mitchej123 committed Nov 6, 2024
1 parent 02a9a1a commit 56a008c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ jobs:
mv build/tmp/ci-dev/* build/tmp/ci
rm build/tmp/ci/*-common-*.jar
mv build/tmp/ci/*-sources.jar build/tmp/ci-sources
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Package
path: build/tmp/ci
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Package-sources
path: build/tmp/ci-sources
Expand Down

0 comments on commit 56a008c

Please sign in to comment.