Skip to content

Commit

Permalink
Update build-and-test.yaml to use upload-artifact v4
Browse files Browse the repository at this point in the history
As of January 30th, 2025, GitHub actions will no longer be able to use v3 of upload-artifact. If this update is not made, our build-and-test action will fail.
  • Loading branch information
RitzKid76 authored Feb 28, 2025
1 parent f71be84 commit 1ec6123
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 1ec6123

Please sign in to comment.