Skip to content

Commit

Permalink
Fix building
Browse files Browse the repository at this point in the history
  • Loading branch information
Patbox committed Nov 5, 2024
1 parent 0e0ba2e commit 9992d78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
MINOR_VERSION: ${{ steps.minor_version.outputs.version_build_number }}
BUILD_NUMBER: ${{ steps.build_number.outputs.version_build_number }}

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: artifacts
path: build/libs
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
workflow_name: 'minor_version'
version_key: ${{ steps.read_version.outputs.value }}
gist_token: ${{ secrets.GIST_TOKEN }}
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: artifacts
path: build/libs

0 comments on commit 9992d78

Please sign in to comment.