Skip to content

Commit 7874afc

Browse files
authored
Merge pull request #130 from 4drian3d/renovate/major-github-artifact-actions
chore(deps): update actions/upload-artifact action to v5
2 parents 42c7d78 + 69be14e commit 7874afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ClientCatcherBuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
max_attempts: 2
2525
command: gradle build
2626
- name: Upload build artifact
27-
uses: actions/upload-artifact@v4
27+
uses: actions/upload-artifact@v5
2828
with:
2929
name: ClientCatcher
3030
path: build/libs/ClientCatcher-*.jar

0 commit comments

Comments
 (0)