Skip to content

Commit

Permalink
upgrade upload-artifact to v4
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Carle <[email protected]>
  • Loading branch information
Pablo Carle committed Feb 3, 2025
1 parent 26d02b4 commit 69f2e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/service-registration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: >
./gradlew runStartUpCheck --info --scan
- name: Store results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: CITests-${{ env.JOB_ID }}
Expand Down

0 comments on commit 69f2e0b

Please sign in to comment.