Skip to content

Commit

Permalink
Merge pull request #24 from retromcorg/update-upload-artifact-to-v4
Browse files Browse the repository at this point in the history
Update build-and-test.yaml to use upload-artifact v4
  • Loading branch information
zavdav authored Feb 28, 2025
2 parents f71be84 + 1ec6123 commit d76acae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
mvn clean install
- name: Upload JAR files from all modules
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}-${{ github.sha }}
path: |
Expand Down

0 comments on commit d76acae

Please sign in to comment.