Skip to content

Commit

Permalink
ci: update upload-artifacts action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTJP committed Feb 9, 2025
1 parent cc0ad63 commit f585e0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ jobs:
rm -f ~/.gradle/caches/modules-2/gc.properties
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: project-red-${{ steps.versioning.outputs.version }}
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
rm -f ~/.gradle/caches/modules-2/gc.properties
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: project-red-${{ steps.versioning.outputs.version }}
path: '*/build/libs/ProjectRed-*.jar'

0 comments on commit f585e0b

Please sign in to comment.