Skip to content

Commit

Permalink
actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
rotgruengelb committed Apr 24, 2024
1 parent 345eee5 commit 9669963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
run: ./gradlew build
- name: capture build artifacts
if: ${{ runner.os == 'Linux' && matrix.java == '17' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Artifacts
path: build/libs/
path: build/libs/

0 comments on commit 9669963

Please sign in to comment.